All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Detailed Descriptionnode selector for depth first search Definition in file nodesel_dfs.c. Go to the source code of this file.
Macro Definition Documentation
Definition at line 29 of file nodesel_dfs.c. Referenced by SCIP_DECL_NODESELCOMP(), SCIP_DECL_NODESELCOPY(), SCIP_DECL_NODESELSELECT(), and SCIPincludeNodeselDfs().
Definition at line 30 of file nodesel_dfs.c. Referenced by SCIPincludeNodeselDfs().
Definition at line 31 of file nodesel_dfs.c. Referenced by SCIPincludeNodeselDfs().
Definition at line 32 of file nodesel_dfs.c. Referenced by SCIPincludeNodeselDfs(). Function Documentation
copy method for node selector plugins (called when SCIP copies plugins) Definition at line 41 of file nodesel_dfs.c. References NODESEL_NAME, NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeNodeselDfs(), and SCIPnodeselGetName().
node selection method of node selector Definition at line 56 of file nodesel_dfs.c. References NODESEL_NAME, NULL, SCIP_OKAY, SCIPdebugMessage, SCIPgetBestLeaf(), SCIPgetPrioChild(), SCIPgetPrioSibling(), and SCIPnodeselGetName().
node comparison method of node selector Definition at line 82 of file nodesel_dfs.c. References NODESEL_NAME, NULL, SCIP_Real, SCIPnodeGetDepth(), SCIPnodeGetLowerbound(), and SCIPnodeselGetName().
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(). |