All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_ConsSetChg Struct Reference Detailed Descriptiontracks additions and removals of the set of active constraints Definition at line 105 of file struct_cons.h.
Field Documentation
constraints added to the set of active constraints Definition at line 107 of file struct_cons.h. Referenced by conssetchgDelAddedCons(), conssetchgEnsureAddedconssSize(), conssetchgRelease(), SCIPconsDelete(), SCIPconssetchgApply(), SCIPconssetchgUndo(), and SCIPnodeAddCons().
constraints disabled in the set of active constraints Definition at line 108 of file struct_cons.h. Referenced by conssetchgDelDisabledCons(), conssetchgEnsureDisabledconssSize(), conssetchgRelease(), SCIPconssetchgApply(), SCIPconssetchgUndo(), and SCIPnodeDelCons().
size of added constraints array Definition at line 109 of file struct_cons.h. Referenced by conssetchgEnsureAddedconssSize().
number of added constraints Definition at line 110 of file struct_cons.h. Referenced by conssetchgDelAddedCons(), conssetchgRelease(), SCIPconsDelete(), SCIPconssetchgAddAddedCons(), SCIPconssetchgApply(), SCIPconssetchgMakeGlobal(), and SCIPconssetchgUndo().
size of disabled constraints array Definition at line 111 of file struct_cons.h. Referenced by conssetchgEnsureDisabledconssSize().
number of disabled constraints Definition at line 112 of file struct_cons.h. Referenced by conssetchgDelDisabledCons(), conssetchgRelease(), SCIPconssetchgAddDisabledCons(), SCIPconssetchgApply(), and SCIPconssetchgUndo(). |