Solving Constraint Integer Programs
node selector for depth first search with periodical selection of the best node
Definition in file nodesel_restartdfs.h.
#include "scip/scip.h"
Go to the source code of this file.
creates the node selector for restarting depth first search and includes it in SCIP
Definition at line 167 of file nodesel_restartdfs.c.
References COUNTONLYLEAVES, FALSE, NODESEL_DESC, NODESEL_MEMSAVEPRIORITY, NODESEL_NAME, NODESEL_STDPRIORITY, NULL, SCIP_CALL, SCIP_OKAY, SCIPaddBoolParam(), SCIPaddIntParam(), SCIPallocMemory, SCIPincludeNodeselBasic(), SCIPsetNodeselCopy(), SCIPsetNodeselFree(), SCIPsetNodeselInitsol(), and SELECTBESTFREQ.
Referenced by SCIP_DECL_NODESELCOPY(), and SCIPincludeDefaultPlugins().