Uses of Class
org.ddolib.examples.maximumcoverage.MaxCoverProblem
Packages that use MaxCoverProblem
-
Uses of MaxCoverProblem in org.ddolib.examples.maximumcoverage
Constructors in org.ddolib.examples.maximumcoverage with parameters of type MaxCoverProblemModifierConstructorDescriptionMaxCoverDistance(MaxCoverProblem instance) Constructs a distance measure associated with a given MaxCover problem instance.MaxCoverFastLowerBound(MaxCoverProblem problem) Constructs a fast lower bound evaluator for a given MaxCover problem.MaxCoverRelax(MaxCoverProblem problem) Constructs a MaxCover relaxation operator for a given problem instance.