implics presolver
Definition in file presol_implics.c.
Go to the source code of this file.
Macros | |
#define | PRESOL_NAME "implics" |
#define | PRESOL_DESC "implication graph aggregator" |
#define | PRESOL_PRIORITY -10000 |
#define | PRESOL_MAXROUNDS -1 |
#define | PRESOL_TIMING SCIP_PRESOLTIMING_MEDIUM /* timing of the presolver (fast, medium, or exhaustive) */ |
Functions | |
static | SCIP_DECL_PRESOLCOPY (presolCopyImplics) |
static | SCIP_DECL_PRESOLEXEC (presolExecImplics) |
SCIP_RETCODE | SCIPincludePresolImplics (SCIP *scip) |
#define PRESOL_NAME "implics" |
Definition at line 29 of file presol_implics.c.
Referenced by SCIP_DECL_PRESOLCOPY(), and SCIPincludePresolImplics().
#define PRESOL_DESC "implication graph aggregator" |
Definition at line 30 of file presol_implics.c.
Referenced by SCIPincludePresolImplics().
#define PRESOL_PRIORITY -10000 |
priority of the presolver (>= 0: before, < 0: after constraint handlers)
Definition at line 31 of file presol_implics.c.
Referenced by SCIPincludePresolImplics().
#define PRESOL_MAXROUNDS -1 |
maximal number of presolving rounds the presolver participates in (-1: no limit)
Definition at line 32 of file presol_implics.c.
Referenced by SCIPincludePresolImplics().
#define PRESOL_TIMING SCIP_PRESOLTIMING_MEDIUM /* timing of the presolver (fast, medium, or exhaustive) */ |
Definition at line 33 of file presol_implics.c.
Referenced by SCIPincludePresolImplics().
|
static |
copy method for constraint handler plugins (called when SCIP copies plugins)
Definition at line 42 of file presol_implics.c.
References PRESOL_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludePresolImplics(), and SCIPpresolGetName().
|
static |
execution method of presolver
Definition at line 57 of file presol_implics.c.
References FALSE, MAX, SCIP_Bool, SCIP_BOUNDTYPE_LOWER, SCIP_BOUNDTYPE_UPPER, SCIP_CALL, SCIP_CUTOFF, SCIP_DIDNOTFIND, SCIP_OKAY, SCIP_Real, SCIP_SUCCESS, SCIPaggregateVars(), SCIPdebugMsg, SCIPfreeBufferArrayNull, SCIPgetNBinVars(), SCIPgetVars(), SCIPisEQ(), SCIPreallocBufferArray, SCIPtightenVarLb(), SCIPtightenVarUb(), SCIPvarGetImplBounds(), SCIPvarGetImplTypes(), SCIPvarGetImplVars(), SCIPvarGetIndex(), SCIPvarGetLbGlobal(), SCIPvarGetName(), SCIPvarGetNImpls(), SCIPvarGetUbGlobal(), and SCIPvarIsDeleted().