Package net.sourceforge.combean.graph.alg.lp

Package class diagram package net.sourceforge.combean.graph.alg.lp
Class Summary
EdgesAsLPConstraintSequence An LPConstraintSequence which contains one constraint per edge in a graph with numbered edges.
EdgesAsLPVariableSequence An LPVariableSequence which contains one variable per edge in a graph with numbered edges.
GraphAsLPModelColumns Converts a graph into an LP model based on the incidence matrix, i.e., the rows correspond to the nodes and the columns correspond to the edges.
LPModelSolverAsFixedDoubleEdgeMap Wrap a LP model modelSolver as fixed double edge map, which returns the primal solution value for each edge.
NodesAsLPConstraintSequence An LPConstraintSequence which contains one constraint per node in a graph with numbered nodes.