All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nodesel_dfs.h File Reference Detailed Descriptionnode selector for depth first search Definition in file nodesel_dfs.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates the node selector for depth first search and includes it in SCIP
Definition at line 119 of file nodesel_dfs.c. References NODESEL_DESC, NODESEL_MEMSAVEPRIORITY, NODESEL_NAME, NODESEL_STDPRIORITY, NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeNodeselBasic(), and SCIPsetNodeselCopy(). Referenced by SCIP_DECL_NODESELCOPY(), and SCIPincludeDefaultPlugins(). |