presol_convertinttobin.h File Reference Detailed Descriptionpresolver that converts integer variables with domain [a,a+1] to binaries Definition in file presol_convertinttobin.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates the convertinttobin presolver and includes it in SCIP
Definition at line 297 of file presol_convertinttobin.c. References DEFAULT_MAXDOMAINSIZE, DEFAULT_ONLYPOWERSOFTWO, DEFAULT_SAMELOCKSINBOTHDIRECTIONS, NULL, PRESOL_DESC, PRESOL_MAXROUNDS, PRESOL_NAME, PRESOL_PRIORITY, PRESOL_TIMING, SCIP_CALL, SCIP_LONGINT_MAX, SCIP_OKAY, SCIPaddBoolParam(), SCIPaddLongintParam(), SCIPallocMemory, SCIPincludePresolBasic(), SCIPsetPresolCopy(), SCIPsetPresolFree(), and TRUE. Referenced by SCIPincludeDefaultPlugins(). |