Uses of Record Class
org.ddolib.examples.mcp.MCPState
Packages that use MCPState
Package
Description
This package implements the acs, astar and ddo models for the Maximum Cut Problem (MCP).
-
Uses of MCPState in org.ddolib.examples.mcp
Methods in org.ddolib.examples.mcp that return MCPStateModifier and TypeMethodDescriptionMCPProblem.initialState()MCPRelax.mergeStates(Iterator<MCPState> states) Merges multiple MCP states into a single optimistic state.MCPProblem.transition(MCPState state, Decision decision) Methods in org.ddolib.examples.mcp with parameters of type MCPStateModifier and TypeMethodDescriptionintdoubleMCPFastLowerBound.fastLowerBound(MCPState state, Set<Integer> variables) static intdoubleComputes the relaxed transition cost from one state to another given a merged state.MCPProblem.transition(MCPState state, Decision decision) doubleMCPProblem.transitionCost(MCPState state, Decision decision) Method parameters in org.ddolib.examples.mcp with type arguments of type MCPStateModifier and TypeMethodDescriptionMCPRelax.mergeStates(Iterator<MCPState> states) Merges multiple MCP states into a single optimistic state.