MILP |
MILP.resolve(Object nullable) |
Solves the linear programming (MILP) problem and returns the current instance of the MILP object.
|
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.
|
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.
|
MILP |
MILP.setJustTakeFeasibleSolution(boolean isJustTakeFeasibleSolution) |
Setting it to true allows interrupting the Branch and Bound in order to determine
not an optimal solution but only a feasible solution to the problem.
|
MILP |
MILP.setNumMaxIterationForSingleSimplex(int num_max_iteration) |
Method to set the number of iterations for each individual simplex.
|
MILP |
MILP.setThreadNumber(MILPThreadsNumber lthreadNumber) |
Deprecated.
|
MILP |
MILP.setThreadsNumber(MILPThreadsNumber lpThreadsNumber) |
This method allows setting the number of threads to use for
executing the Branch and Bound.
|
MILP |
MILP.setTitle(String title) |
Allows you to give a title to the current elaboration related to the LP problem to be solved
|