Uses of Class
dk.alexandra.fresco.lib.lp.LPSolver.LpState
-
Uses of LPSolver.LpState in dk.alexandra.fresco.lib.lp
Methods in dk.alexandra.fresco.lib.lp that return LPSolver.LpStateModifier and TypeMethodDescriptionLPSolver.LpState.createAbortState()static LPSolver.LpStateLPSolver.LpState.createInitialState(LPTableau tableau, List<DRes<SInt>> basis, Matrix<DRes<SInt>> updateMatrix, DRes<SInt> pivot, List<BigInteger> enumeratedVariables, DRes<SInt> prevPivot) LPSolver.LpState.createNextState(List<DRes<SInt>> basis, Matrix<DRes<SInt>> updateMatrix, DRes<SInt> pivot) LPSolver.LpState.createTerminationState()