public static final class IloCplex.SolutionType
extends java.lang.Object
The enumeration IloCplex.SolutionType lists values
that parameter IloCplex.Param.SolutionType can assume
in IloCplex for solving Linear Programming problems (LPs).
Use these values with the method
IloCplex.setParam(IloCplex.Param.SolutionType, value)
when you set the solution type.
See the CPLEX Parameters Reference Manual and the CPLEX User's Manual for more information about these parameters. Also see the CPLEX User's Manual for examples of their use.
| Modifier and Type | Field and Description |
|---|---|
static int |
AutoSolution
CPLEX automatic choice.
|
static int |
BasicSolution
Require a basic solution.
|
static int |
NonBasicSolution
Allow non-basic solution.
|
| Constructor and Description |
|---|
IloCplex.SolutionType() |
public static final int AutoSolution
public static final int BasicSolution
public static final int NonBasicSolution