Uses of Class
org.ddolib.examples.mcp.Graph
Packages that use Graph
Package
Description
This package implements the acs, astar and ddo models for the Maximum Cut Problem (MCP).
-
Uses of Graph in org.ddolib.examples.mcp
Constructors in org.ddolib.examples.mcp with parameters of type GraphModifierConstructorDescriptionMCPProblem(Graph graph) Constructs an MCP problem from a given graph.MCPProblem(Graph graph, Double optimal) Constructs an MCP problem from a given graph and known optimal value.