Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_SepaStoreExact Struct Reference

    Detailed Description

    Definition at line 64 of file struct_sepastore.h.

    #include <struct_sepastore.h>

    Data Fields

    SCIP_ROWEXACT ** cuts
     
    int cutssize
     
    int ncuts
     
    int ncutsfound
     
    int ncutsfoundround
     
    int ncutsapplied
     
    SCIP_Bool initiallp
     

    Field Documentation

    ◆ cuts

    SCIP_ROWEXACT** SCIP_SepaStoreExact::cuts

    array with separated cuts sorted by score

    Definition at line 66 of file struct_sepastore.h.

    Referenced by SCIPsepastoreExactAddCut(), SCIPsepastoreExactClearCuts(), SCIPsepastoreExactGetCuts(), and sepastoreExactEnsureCutsMem().

    ◆ cutssize

    int SCIP_SepaStoreExact::cutssize

    size of cuts and score arrays

    Definition at line 67 of file struct_sepastore.h.

    Referenced by SCIPsepastoreExactAddCut(), SCIPsepastoreExactClearCuts(), and sepastoreExactEnsureCutsMem().

    ◆ ncuts

    int SCIP_SepaStoreExact::ncuts

    number of separated cuts (max. is set->sepa_maxcuts)

    Definition at line 68 of file struct_sepastore.h.

    Referenced by SCIPsepastoreExactAddCut(), SCIPsepastoreExactClearCuts(), and SCIPsepastoreExactGetNCuts().

    ◆ ncutsfound

    int SCIP_SepaStoreExact::ncutsfound

    number of cuts found so far

    Definition at line 69 of file struct_sepastore.h.

    Referenced by SCIPsepastoreExactAddCut(), and SCIPsepastoreExactGetNCutsFound().

    ◆ ncutsfoundround

    int SCIP_SepaStoreExact::ncutsfoundround

    number of cuts found so far in this separation round

    Definition at line 70 of file struct_sepastore.h.

    Referenced by SCIPsepastoreExactAddCut(), SCIPsepastoreExactClearCuts(), and SCIPsepastoreExactGetNCutsFoundRound().

    ◆ ncutsapplied

    int SCIP_SepaStoreExact::ncutsapplied

    total number of cuts applied to the LP

    Definition at line 71 of file struct_sepastore.h.

    Referenced by SCIPsepastoreExactGetNCutsApplied().

    ◆ initiallp

    SCIP_Bool SCIP_SepaStoreExact::initiallp

    is the separation storage currently being filled with the initial LP rows?

    Definition at line 72 of file struct_sepastore.h.

    Referenced by SCIPsepastoreExactAddCut(), and SCIPsepastoreExactClearCuts().