Modifier and Type | Method and Description |
---|---|
CLP |
CLP.algorithm(CLP.ALGORITHM algorithm)
Set the solution
CLP.ALGORITHM (default=AUTO). |
CLP |
CLP.buffer(int size)
A number of constraints remain in heap space during model building and will be passed to the native methods when needed.
|
CLP |
CLP.dualTolerance(double value)
Set the dual tolerance (default=1.e-7).
|
CLP |
CLP.maximization()
Solve as maximization problem.
|
CLP |
CLP.maxIterations(int iter)
Set the maximum number of iterations of the solution algorithm.
|
CLP |
CLP.maxSeconds(int seconds)
Set the maximum number of seconds for the solution process.
|
CLP |
CLP.minimization()
Solve as maximization problem.
|
CLP |
CLP.presolve(boolean on)
Turn presolve on (default=true).
|
CLP |
CLP.primalTolerance(double value)
Set the primal tolerance (default=1.e-7).
|
CLP |
CLP.scaling(CLP.SCALING scaling)
Define the parameter scaling defined by
CLP.SCALING (default=OFF). |
CLP |
CLP.smallestCoefficient(double value)
Set the smallest coefficient value considered as non-zero (default=1.e-10).
|
CLP |
CLP.verbose(int level)
Print log to standard out (default=0).
|