18 results for “topic:maximum-independent-set”
ML4CO-Bench-101: Benchmark Machine Learning for Classic Combinatorial Problems on Graphs.
A solver for the (unicost) set covering problem
Reduce several arbitrary-connectivity optimization problems into maximum independent set problems on a grid
Automated discovery of optimal branching rules for the branch-and-bound algorithm
This repository provides a collection of advanced solvers for the Maximum Independent Set (MIS) problem, leveraging various optimization techniques and tools. It includes implementations of solvers using Gurobi, Google OR-Tools, and dataless neural networks (dNNs), alongside the focus of this repo, pCQO MIS
Official Implementation of the NeurIPS'23 paper 'Maximum Independent Set: Self-Training through Dynamic Programming'.
A solver for the maximum(-weight) independent set and the maximum(-weight) clique problems
This program solves the 5x5x5 brick-cube-puzzle in less than one second by transforming it to a minimal-vertex-cover problem.
Maximum independent set problem solver
Solution to a maximum independent set problem
Online Maximum Independent Set of Hyperrectangles
Predicting the secondary structure of RNA
Unfinished Maximum Independent Solver that utilizes the simplicial vertex reduction + greedy MIS algorithm to find... somewhat poor solutions.
Maximum Independent Set (MIS) Algorithms implented in NetLogo
Maximum Independent Set Template
This repository contains the code used in the CS301 (Algorithms) Project which discusses the Maximum Independent Set Problem
Dynamic programming
Maximum independent set problem - greedy and brute force parallel algorithms