tracks additions and removals of the set of active constraints
Definition at line 115 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 |
SCIP_CONS** SCIP_ConsSetChg::addedconss |
constraints added to the set of active constraints
Definition at line 117 of file struct_cons.h.
Referenced by conssetchgDelAddedCons(), conssetchgEnsureAddedconssSize(), conssetchgRelease(), SCIPconsDelete(), SCIPconssetchgApply(), SCIPconssetchgGetAddedConsData(), SCIPconssetchgUndo(), SCIPnodeAddCons(), and SCIPnodeGetAddedConss().
SCIP_CONS** SCIP_ConsSetChg::disabledconss |
constraints disabled in the set of active constraints
Definition at line 118 of file struct_cons.h.
Referenced by conssetchgDelDisabledCons(), conssetchgEnsureDisabledconssSize(), conssetchgRelease(), SCIPconssetchgApply(), SCIPconssetchgUndo(), and SCIPnodeDelCons().
int SCIP_ConsSetChg::addedconsssize |
size of added constraints array
Definition at line 119 of file struct_cons.h.
Referenced by conssetchgEnsureAddedconssSize().
int SCIP_ConsSetChg::naddedconss |
number of added constraints
Definition at line 120 of file struct_cons.h.
Referenced by conssetchgDelAddedCons(), conssetchgRelease(), SCIPconsDelete(), SCIPconssetchgApply(), SCIPconssetchgGetAddedConsData(), SCIPconssetchgMakeGlobal(), SCIPconssetchgUndo(), SCIPnodeGetAddedConss(), and SCIPnodeGetNAddedConss().
int SCIP_ConsSetChg::disabledconsssize |
size of disabled constraints array
Definition at line 121 of file struct_cons.h.
Referenced by conssetchgEnsureDisabledconssSize().
int SCIP_ConsSetChg::ndisabledconss |
number of disabled constraints
Definition at line 122 of file struct_cons.h.
Referenced by conssetchgDelDisabledCons(), conssetchgRelease(), SCIPconssetchgApply(), and SCIPconssetchgUndo().