Uses of Class
org.ddolib.examples.mcp.MCPProblem
Packages that use MCPProblem
Package
Description
This package implements the acs, astar and ddo models for the Maximum Cut Problem (MCP).
-
Uses of MCPProblem in org.ddolib.examples.mcp
Constructors in org.ddolib.examples.mcp with parameters of type MCPProblemModifierConstructorDescriptionMCPFastLowerBound(MCPProblem problem) MCPRelax(MCPProblem problem) Constructs a relaxation for the given MCP problem.NaiveMCPSolver(MCPProblem problem)