Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_CPXParam Struct Reference

    Detailed Description

    CPLEX parameter settings

    Definition at line 135 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 137 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 138 of file lpi_cpx.c.

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