Skip to main content
FRAMES NO FRAMES

Enumeration SolutionType

Definition file: ilcplex/ilocplexi.h

The enumeration IloCplex::SolutionType lists values that the 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.

See Also:

Fields

AutoSolution = CPX_AUTO_SOLN 
BasicSolution = CPX_BASIC_SOLN 
NonBasicSolution = CPX_NONBASIC_SOLN