Scippy

SCIP

Solving Constraint Integer Programs

SCIP_CPXParam Struct Reference

Detailed Description

CPLEX parameter settings

Definition at line 126 of file lpi_cpx.c.

Data Fields

int intparval [NUMINTPARAM]
 
double dblparval [NUMDBLPARAM]
 

Field Documentation

◆ intparval

int SCIP_CPXParam::intparval[NUMINTPARAM]

integer parameter values

Definition at line 128 of file lpi_cpx.c.

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

◆ dblparval

double SCIP_CPXParam::dblparval[NUMDBLPARAM]

double parameter values

Definition at line 129 of file lpi_cpx.c.

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