Scippy

SCIP

Solving Constraint Integer Programs

SCIP_CPXParam Struct Reference

Detailed Description

CPLEX parameter settings

Definition at line 122 of file lpi_cpx.c.

Data Fields

int intparval [NUMINTPARAM]
 
double dblparval [NUMDBLPARAM]
 

Field Documentation

int SCIP_CPXParam::intparval[NUMINTPARAM]

integer parameter values

Definition at line 124 of file lpi_cpx.c.

Referenced by checkParameterValues(), copyParameterValues(), getIntParam(), getParameterValues(), setIntParam(), and setParameterValues().

double SCIP_CPXParam::dblparval[NUMDBLPARAM]

double parameter values

Definition at line 125 of file lpi_cpx.c.

Referenced by checkParameterValues(), copyParameterValues(), getDblParam(), getParameterValues(), setDblParam(), and setParameterValues().