Solving Constraint Integer Programs
gateextraction presolver
Definition in file presol_gateextraction.h.
#include "scip/scip.h"
Go to the source code of this file.
creates the gateextraction presolver and includes it in SCIP
Definition at line 1786 of file presol_gateextraction.c.
References DEFAULT_ONLYSETPART, DEFAULT_SEARCHEQUATIONS, DEFAULT_SORTING, NULL, PRESOL_DELAY, PRESOL_DESC, PRESOL_MAXROUNDS, PRESOL_NAME, PRESOL_PRIORITY, presoldataInit(), SCIP_CALL, SCIP_OKAY, SCIPaddBoolParam(), SCIPaddIntParam(), SCIPallocMemory, SCIPincludePresolBasic(), SCIPsetPresolCopy(), SCIPsetPresolExit(), SCIPsetPresolExitpre(), SCIPsetPresolFree(), SCIPsetPresolInitpre(), and TRUE.
Referenced by SCIP_DECL_PRESOLCOPY(), and SCIPincludeDefaultPlugins().