All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
presol_inttobinary.h File Reference Detailed Descriptionpresolver that converts integer variables with domain [a,a+1] to binaries This presolver converts all integer variables with domain to binaries variables. This is done by creating a new binary variable which will be aggregated to the old variable such that
Definition in file presol_inttobinary.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates the inttobinary presolver and includes it in SCIP
Definition at line 155 of file presol_inttobinary.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(). |