tracks additions and removals of the set of active constraints
Definition at line 106 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 108 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 109 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 110 of file struct_cons.h.
Referenced by conssetchgEnsureAddedconssSize().
int SCIP_ConsSetChg::naddedconss |
number of added constraints
Definition at line 111 of file struct_cons.h.
Referenced by conssetchgDelAddedCons(), conssetchgRelease(), SCIPconsDelete(), SCIPconssetchgAddAddedCons(), SCIPconssetchgApply(), SCIPconssetchgGetAddedConsData(), SCIPconssetchgMakeGlobal(), SCIPconssetchgUndo(), SCIPnodeGetAddedConss(), and SCIPnodeGetNAddedConss().
int SCIP_ConsSetChg::disabledconsssize |
size of disabled constraints array
Definition at line 112 of file struct_cons.h.
Referenced by conssetchgEnsureDisabledconssSize().
int SCIP_ConsSetChg::ndisabledconss |
number of disabled constraints
Definition at line 113 of file struct_cons.h.
Referenced by conssetchgDelDisabledCons(), conssetchgRelease(), SCIPconssetchgAddDisabledCons(), SCIPconssetchgApply(), and SCIPconssetchgUndo().