Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_ConsSetChg Struct Reference

    Detailed Description

    tracks additions and removals of the set of active constraints

    Definition at line 116 of file struct_cons.h.

    #include <struct_cons.h>

    Data Fields

    SCIP_CONS ** addedconss
     
    SCIP_CONS ** disabledconss
     
    int addedconsssize
     
    int naddedconss
     
    int disabledconsssize
     
    int ndisabledconss
     

    Field Documentation

    ◆ addedconss

    ◆ disabledconss

    SCIP_CONS** SCIP_ConsSetChg::disabledconss

    constraints disabled in the set of active constraints

    Definition at line 119 of file struct_cons.h.

    Referenced by conssetchgDelDisabledCons(), conssetchgEnsureDisabledconssSize(), conssetchgRelease(), SCIPconssetchgApply(), SCIPconssetchgUndo(), and SCIPnodeDelCons().

    ◆ addedconsssize

    int SCIP_ConsSetChg::addedconsssize

    size of added constraints array

    Definition at line 120 of file struct_cons.h.

    Referenced by conssetchgEnsureAddedconssSize().

    ◆ naddedconss

    ◆ disabledconsssize

    int SCIP_ConsSetChg::disabledconsssize

    size of disabled constraints array

    Definition at line 122 of file struct_cons.h.

    Referenced by conssetchgEnsureDisabledconssSize().

    ◆ ndisabledconss

    int SCIP_ConsSetChg::ndisabledconss

    number of disabled constraints

    Definition at line 123 of file struct_cons.h.

    Referenced by conssetchgDelDisabledCons(), conssetchgRelease(), SCIPconssetchgApply(), and SCIPconssetchgUndo().