Detailed Descriptionnode selector for depth first search with periodical selection of the best node Definition in file nodesel_restartdfs.c. Go to the source code of this file.
Macro Definition Documentation
Definition at line 30 of file nodesel_restartdfs.c. Referenced by SCIP_DECL_NODESELCOPY(), SCIP_DECL_NODESELFREE(), SCIP_DECL_NODESELINITSOL(), SCIP_DECL_NODESELSELECT(), and SCIPincludeNodeselRestartdfs().
Definition at line 31 of file nodesel_restartdfs.c. Referenced by SCIPincludeNodeselRestartdfs().
Definition at line 32 of file nodesel_restartdfs.c. Referenced by SCIPincludeNodeselRestartdfs().
Definition at line 33 of file nodesel_restartdfs.c. Referenced by SCIPincludeNodeselRestartdfs().
frequency for selecting the best node instead of the deepest one Definition at line 40 of file nodesel_restartdfs.c. Referenced by SCIPincludeNodeselRestartdfs().
only count leaf nodes or all nodes Definition at line 41 of file nodesel_restartdfs.c. Referenced by SCIPincludeNodeselRestartdfs(). Function Documentation
copy method for node selector plugins (called when SCIP copies plugins) Definition at line 60 of file nodesel_restartdfs.c. References NODESEL_NAME, NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeNodeselRestartdfs(), and SCIPnodeselGetName().
destructor of node selector to free user data (called when SCIP is exiting) Definition at line 74 of file nodesel_restartdfs.c. References NODESEL_NAME, NULL, SCIP_OKAY, SCIPfreeMemory, SCIPnodeselGetData(), SCIPnodeselGetName(), and SCIPnodeselSetData().
solving process initialization method of node selector (called when branch and bound process is about to begin) Definition at line 92 of file nodesel_restartdfs.c. References NODESEL_NAME, NULL, SCIP_OKAY, SCIPnodeselGetData(), and SCIPnodeselGetName().
node selection method of node selector Definition at line 111 of file nodesel_restartdfs.c. References NODESEL_NAME, NULL, SCIP_Longint, SCIP_OKAY, SCIPgetBestboundNode(), SCIPgetBestLeaf(), SCIPgetNNodes(), SCIPgetPrioChild(), SCIPgetPrioSibling(), SCIPnodeselGetData(), and SCIPnodeselGetName().
node comparison method of node selector Definition at line 156 of file nodesel_restartdfs.c. References SCIPnodeGetNumber().
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(). |