You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a partial list of missing algorithms. For hard problems (as most problems in this list) both exact and heuristic solvers should be implemented.
Problems not yet addressed in Erdos
coloring for fixed q
coloring number and optimal coloring
maximum independent set (also known as vertex packing problem)
maximum weight independent set (weights on vertices)
Here is a partial list of missing algorithms. For hard problems (as most problems in this list) both exact and heuristic solvers should be implemented.
Problems not yet addressed in Erdos
New algorithms for "old" problems
Most problems can be formulated as integer programming problems and solved (at least for small instances) through JuMP and generict IP solver.
Simulated Annealing could be implemented as a general heuristic solver.
See also https://github.com/carlobaldassi/RRRMC.jl.
For most problems message passing heuristics (belief propagation) can be found in the literature
The text was updated successfully, but these errors were encountered: