Uses of Class
dk.alexandra.fresco.lib.lp.LPTableau
-
Uses of LPTableau in dk.alexandra.fresco.lib.lp
Fields in dk.alexandra.fresco.lib.lp declared as LPTableauMethods in dk.alexandra.fresco.lib.lp with parameters of type LPTableauModifier and TypeMethodDescriptionstatic LPSolver.LpStateLPSolver.LpState.createInitialState(LPTableau tableau, List<DRes<SInt>> basis, Matrix<DRes<SInt>> updateMatrix, DRes<SInt> pivot, List<BigInteger> enumeratedVariables, DRes<SInt> prevPivot) Constructors in dk.alexandra.fresco.lib.lp with parameters of type LPTableauModifierConstructorDescriptionprotectedBlandEnteringVariable(LPTableau tableau, Matrix<DRes<SInt>> updateMatrix) protectedEnteringVariable(LPTableau tableau, Matrix<DRes<SInt>> updateMatrix) Creates an entering variable computation.protectedExitingVariable(LPTableau tableau, Matrix<DRes<SInt>> updateMatrix, List<DRes<SInt>> enteringIndex, List<DRes<SInt>> basis) LPOutput(LPTableau tableau, Matrix<DRes<SInt>> updateMatrix, List<DRes<SInt>> basis, DRes<SInt> pivot) LPSolver(LPSolver.PivotRule pivotRule, LPTableau tableau, Matrix<DRes<SInt>> updateMatrix, DRes<SInt> pivot, List<DRes<SInt>> initialBasis, int maxNumberOfIterations) Creates a new LPSolver.An general version of the protocol working any (valid) initial tableau.