Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_SparseSol Struct Reference

    Detailed Description

    data structure for sparse solutions

    Definition at line 46 of file struct_misc.h.

    #include <struct_misc.h>

    Data Fields

    SCIP_VAR ** vars
     
    SCIP_Longintlbvalues
     
    SCIP_Longintubvalues
     
    int nvars
     

    Field Documentation

    ◆ vars

    SCIP_VAR** SCIP_SparseSol::vars

    variables

    Definition at line 48 of file struct_misc.h.

    Referenced by collectSolution(), and SCIPsparseSolGetVars().

    ◆ lbvalues

    SCIP_Longint* SCIP_SparseSol::lbvalues

    array of lower bounds

    Definition at line 49 of file struct_misc.h.

    Referenced by SCIPsparseSolGetLbs().

    ◆ ubvalues

    SCIP_Longint* SCIP_SparseSol::ubvalues

    array of upper bounds

    Definition at line 50 of file struct_misc.h.

    Referenced by SCIPsparseSolGetUbs().

    ◆ nvars

    int SCIP_SparseSol::nvars

    number of variables

    Definition at line 51 of file struct_misc.h.

    Referenced by SCIPsparseSolGetNVars().