All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
presol_boundshift.h File Reference Detailed Descriptionpresolver that converts integer variables with domain [a,b] to integer variables with domain [0,b-a] This presolver converts all integer variables with domain to integer variables with domain . This is done by creating a new integer variable which will be aggregated to the old variable such that
Definition in file presol_boundshift.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates the boundshift presolver and includes it in SCIP
Definition at line 239 of file presol_boundshift.c. References DEFAULT_FLIPPING, DEFAULT_INTEGER, DEFAULT_MAXSHIFT, initPresoldata(), NULL, PRESOL_DELAY, PRESOL_DESC, PRESOL_MAXROUNDS, PRESOL_NAME, PRESOL_PRIORITY, SCIP_CALL, SCIP_LONGINT_MAX, SCIP_OKAY, SCIPaddBoolParam(), SCIPaddLongintParam(), SCIPallocMemory, SCIPincludePresolBasic(), SCIPsetPresolCopy(), SCIPsetPresolFree(), and TRUE. Referenced by SCIP_DECL_PRESOLCOPY(), and SCIPincludeDefaultPlugins(). |