Uses of Class
org.ssclab.pl.milp.EPSILON
-
Packages that use EPSILON Package Description org.ssclab.pl.milp This package contains classes for solving linear programming problems. -
-
Uses of EPSILON in org.ssclab.pl.milp
Fields in org.ssclab.pl.milp declared as EPSILON Modifier and Type Field Description EPSILON
Epsilons. cepsilon
EPSILON
Epsilons. epsilon
EPSILON
Epsilons. iepsilon
Methods in org.ssclab.pl.milp that return EPSILON Modifier and Type Method Description EPSILON
MILP. getCepsilon()
EPSILON
LP. getCEpsilon()
EPSILON
LP. getEpsilon()
EPSILON
MILP. getEpsilon()
EPSILON
MILP. getIepsilon()
static EPSILON
EPSILON. valueOf(String name)
Returns the enum constant of this type with the specified name.static EPSILON[]
EPSILON. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ssclab.pl.milp with parameters of type EPSILON Modifier and Type Method Description LP
LP. setCEpsilon(EPSILON epsilon)
This method allows setting the epsilon value relative to the tolerance in determining if an optimal solution expressed by phase 1 is close to or equal to zero and thus gives rise to feasible solutions for the initial problem.MILP
MILP. setCEpsilon(EPSILON cepsilon)
This method allows setting the epsilon value relative to the tolerance for determining if an optimal solution of phase 1 of the simplex is close to or equal to zero and thus gives rise to feasible solutions for the problem.LP
LP. setEpsilon(EPSILON epsilon)
This method allows setting the epsilon value relative to the tolerance that intervenes in various contexts.MILP
MILP. setEpsilon(EPSILON epsilon)
This method allows setting the epsilon value relative to the tolerance that intervenes in various aspects of the simplex.MILP
MILP. setIEpsilon(EPSILON iepsilon)
This method allows setting the epsilon value relative to the tolerance for determining if a number should be considered integer or not.
-