All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Detailed Descriptionimplics presolver Definition in file presol_implics.c. Go to the source code of this file.
Macro Definition Documentation
Definition at line 29 of file presol_implics.c. Referenced by SCIP_DECL_PRESOLCOPY(), and SCIPincludePresolImplics().
Definition at line 30 of file presol_implics.c. Referenced by SCIPincludePresolImplics().
priority of the presolver (>= 0: before, < 0: after constraint handlers) Definition at line 31 of file presol_implics.c. Referenced by SCIPincludePresolImplics().
maximal number of presolving rounds the presolver participates in (-1: no limit) Definition at line 32 of file presol_implics.c. Referenced by SCIPincludePresolImplics().
should presolver be delayed, if other presolvers found reductions? Definition at line 33 of file presol_implics.c. Referenced by SCIPincludePresolImplics(). Function Documentation
copy method for constraint handler plugins (called when SCIP copies plugins) Definition at line 42 of file presol_implics.c. References NULL, PRESOL_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludePresolImplics(), and SCIPpresolGetName().
execution method of presolver Definition at line 57 of file presol_implics.c. References FALSE, MAX, MIN, NULL, SCIP_Bool, SCIP_BOUNDTYPE_LOWER, SCIP_BOUNDTYPE_UPPER, SCIP_CALL, SCIP_CUTOFF, SCIP_DIDNOTFIND, SCIP_OKAY, SCIP_Real, SCIP_SUCCESS, SCIPaggregateVars(), SCIPdebugMessage, SCIPfreeBufferArrayNull, SCIPgetNBinVars(), SCIPgetVars(), SCIPisEQ(), SCIPreallocBufferArray, SCIPtightenVarLb(), SCIPtightenVarUb(), SCIPvarGetImplBounds(), SCIPvarGetImplTypes(), SCIPvarGetImplVars(), SCIPvarGetIndex(), SCIPvarGetLbGlobal(), SCIPvarGetName(), SCIPvarGetNBinImpls(), SCIPvarGetNImpls(), SCIPvarGetUbGlobal(), and SCIPvarIsDeleted().
creates the implics presolver and includes it in SCIP
Definition at line 349 of file presol_implics.c. References NULL, PRESOL_DELAY, PRESOL_DESC, PRESOL_MAXROUNDS, PRESOL_NAME, PRESOL_PRIORITY, SCIP_CALL, SCIP_OKAY, SCIPincludePresolBasic(), and SCIPsetPresolCopy(). Referenced by SCIP_DECL_PRESOLCOPY(), and SCIPincludeDefaultPlugins(). |