Uses of Class
org.ddolib.examples.misp.MispProblem
Packages that use MispProblem
Package
Description
This package implements the acs, astar and ddo models for the Maximum Independent Set Problem (MISP).
-
Uses of MispProblem in org.ddolib.examples.misp
Constructors in org.ddolib.examples.misp with parameters of type MispProblemModifierConstructorDescriptionMispFastLowerBound(MispProblem problem) Constructs a fast lower bound calculator for a given MISP problem.MispRelax(MispProblem problem) Constructs a relaxation for the given MISP problem instance.