Solving Constraint Integer Programs
node selector for best estimate search
Definition in file nodesel_estimate.h.
#include "scip/scip.h"
Go to the source code of this file.
creates the node selector for best estimate search and includes it in SCIP
Definition at line 345 of file nodesel_estimate.c.
References DEFAULT_BESTNODEFREQ, DEFAULT_BREADTHFIRSTDEPTH, DEFAULT_MAXPLUNGEDEPTH, DEFAULT_MAXPLUNGEQUOT, DEFAULT_MINPLUNGEDEPTH, DEFAULT_PLUNGEOFFSET, FALSE, NODESEL_DESC, NODESEL_MEMSAVEPRIORITY, NODESEL_NAME, NODESEL_STDPRIORITY, NULL, SCIP_CALL, SCIP_OKAY, SCIP_REAL_MAX, SCIPaddIntParam(), SCIPaddRealParam(), SCIPallocMemory, SCIPincludeNodeselBasic(), SCIPsetNodeselCopy(), SCIPsetNodeselFree(), and TRUE.
Referenced by SCIP_DECL_NODESELCOPY(), and SCIPincludeDefaultPlugins().