- setCoefficients(double[]) - Method in class org.processmining.lpengines.implementations.LPConstraintImpl
-
- setCoefficients(double[]) - Method in interface org.processmining.lpengines.interfaces.LPConstraint
-
- setConstraint(int, double[]) - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- setConstraint(int, double[], double) - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- setConstraint(int, double[], LPEngine.Operator, double) - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- setConstraint(int, Map<Integer, Double>) - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- setConstraint(int, double[]) - Method in interface org.processmining.lpengines.interfaces.LPEngine
-
Set the given row with the provided constraints Note: the size of the
array should equal the number of constraints.
- setConstraint(int, double[], double) - Method in interface org.processmining.lpengines.interfaces.LPEngine
-
Set the given row with the provided constraint and rhs.
- setConstraint(int, double[], LPEngine.Operator, double) - Method in interface org.processmining.lpengines.interfaces.LPEngine
-
Set the given row with the provided constraint, operator and rhs
- setConstraint(int, Map<Integer, Double>) - Method in interface org.processmining.lpengines.interfaces.LPEngine
-
Renew the given row with the provided constraints.
- setConstraintOperator(int, LPEngine.Operator) - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- setConstraintOperator(int, LPEngine.Operator) - Method in interface org.processmining.lpengines.interfaces.LPEngine
-
Set the given constraint's operator (e.g.
- setEngine(LpSolve) - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- setLowerBound(int, double) - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- setLowerBound(int, double) - Method in interface org.processmining.lpengines.interfaces.LPEngine
-
Set a variable's lower-bound.
- setMat(int, int, double) - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- setMat(int, int, double) - Method in interface org.processmining.lpengines.interfaces.LPEngine
-
Set a cell within the engine.
- setObjective(double[], LPEngine.ObjectiveTargetType) - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- setObjective(Map<Integer, Double>, LPEngine.ObjectiveTargetType) - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- setObjective(double[], LPEngine.ObjectiveTargetType) - Method in interface org.processmining.lpengines.interfaces.LPEngine
-
Set the objectives value of the P
- setObjective(Map<Integer, Double>, LPEngine.ObjectiveTargetType) - Method in interface org.processmining.lpengines.interfaces.LPEngine
-
Set the objectives value of the LP
- setObjectiveType(LPEngine.ObjectiveTargetType) - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- setObjectiveType(LPEngine.ObjectiveTargetType) - Method in interface org.processmining.lpengines.interfaces.LPEngine
-
Set the type of the objectives, either minimize or maximize.
- setOperator(LPEngine.Operator) - Method in class org.processmining.lpengines.implementations.LPConstraintImpl
-
- setOperator(LPEngine.Operator) - Method in interface org.processmining.lpengines.interfaces.LPConstraint
-
- setRhs(double) - Method in class org.processmining.lpengines.implementations.LPConstraintImpl
-
- setRhs(double) - Method in interface org.processmining.lpengines.interfaces.LPConstraint
-
- setRightHandSide(int, double) - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- setRightHandSide(int, double) - Method in interface org.processmining.lpengines.interfaces.LPEngine
-
- setTimeOut(long) - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- setTimeOut(long) - Method in interface org.processmining.lpengines.interfaces.LPEngine
-
- setType(int, LPEngine.VariableType) - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- setType(int, LPEngine.VariableType) - Method in interface org.processmining.lpengines.interfaces.LPEngine
-
Set a variable's type to be of type int.
- setup() - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveDisposableImpl
-
- setup() - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- setUpperBound(int, double) - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- setUpperBound(int, double) - Method in interface org.processmining.lpengines.interfaces.LPEngine
-
Set a variable upperbound.
- solve() - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveDisposableImpl
-
- solve() - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- solve() - Method in interface org.processmining.lpengines.interfaces.LPEngine
-
Solve the LP and return the best variable assignment
- solveAndResetAndValueNative() - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- solveAndResetAndValueNative() - Method in interface org.processmining.lpengines.interfaces.LPEngine
-
- solveAndValue() - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveDisposableImpl
-
- solveAndValue() - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- solveAndValue() - Method in interface org.processmining.lpengines.interfaces.LPEngine
-
Solve the LP and return the best variable assignment and the assignment
value.
- solveAndValueNative() - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveDisposableImpl
-
- solveAndValueNative() - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- solveAndValueNative() - Method in interface org.processmining.lpengines.interfaces.LPEngine
-
Solve the LP and return the best variable assignment and the assignment
value.
- solveNative() - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveDisposableImpl
-
- solveNative() - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- solveNative() - Method in interface org.processmining.lpengines.interfaces.LPEngine
-
Solve the LP and return the best variable assignment
- solveValueNativeSolveTimeNano() - Method in class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
-
- solveValueNativeSolveTimeNano() - Method in interface org.processmining.lpengines.interfaces.LPEngine
-