nodesel_hybridestim.h File Reference Detailed Descriptionnode selector for hybrid best estimate / best bound search Definition in file nodesel_hybridestim.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates the node selector for hybrid best estim / best bound search and includes it in SCIP creates the node selector for hybrid best estimate / best bound search and includes it in SCIP
Definition at line 315 of file nodesel_hybridestim.c. References BESTNODEFREQ, ESTIMWEIGHT, FALSE, MAXPLUNGEDEPTH, MAXPLUNGEQUOT, MINPLUNGEDEPTH, 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 SCIPincludeDefaultPlugins(). |