All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pub_nodesel.h File Reference Detailed Descriptionpublic methods for node selectors Definition in file pub_nodesel.h. Go to the source code of this file.
Function Documentation
gets name of node selector
Definition at line 982 of file nodesel.c. References SCIP_Nodesel::name, and NULL. Referenced by SCIP_DECL_DIALOGEXEC(), SCIP_DECL_NODESELCOMP(), SCIP_DECL_NODESELCOPY(), SCIP_DECL_NODESELFREE(), SCIP_DECL_NODESELINITSOL(), SCIP_DECL_NODESELSELECT(), SCIPincludeDialogDefaultFix(), SCIPincludeDialogDefaultSet(), SCIPnodeselCopyInclude(), SCIPsetFindNodesel(), and SCIPtreeSetNodesel().
gets description of node selector
Definition at line 992 of file nodesel.c. References SCIP_Nodesel::desc, and NULL. Referenced by SCIP_DECL_DIALOGEXEC(), SCIPincludeDialogDefaultFix(), and SCIPincludeDialogDefaultSet().
gets priority of node selector in standard mode
Definition at line 1002 of file nodesel.c. References NULL, and SCIP_Nodesel::stdpriority. Referenced by SCIP_DECL_DIALOGEXEC(), SCIP_DECL_NODESELINITSOL(), SCIPsetGetNodesel(), SCIPsetIncludeNodesel(), and turnoffNodeSelector().
gets priority of node selector in memory saving mode
Definition at line 1026 of file nodesel.c. References SCIP_Nodesel::memsavepriority, and NULL. Referenced by SCIP_DECL_DIALOGEXEC(), and SCIPsetGetNodesel().
gets user data of node selector
Definition at line 1050 of file nodesel.c. References SCIP_Nodesel::nodeseldata, and NULL. Referenced by SCIP_DECL_NODESELCOMP(), SCIP_DECL_NODESELCOPY(), SCIP_DECL_NODESELEXIT(), SCIP_DECL_NODESELEXITSOL(), SCIP_DECL_NODESELFREE(), SCIP_DECL_NODESELINIT(), SCIP_DECL_NODESELINITSOL(), SCIP_DECL_NODESELSELECT(), SCIPfindObjNodesel(), and SCIPgetObjNodesel().
sets user data of node selector; user has to free old data in advance!
Definition at line 1060 of file nodesel.c. References SCIP_Nodesel::nodeseldata, and NULL. Referenced by SCIP_DECL_NODESELFREE().
is node selector initialized?
Definition at line 1139 of file nodesel.c. References SCIP_Nodesel::initialized, and NULL. Referenced by SCIPsetIncludeNodesel().
gets time in seconds used in this node selector for setting up for next stages
Definition at line 1149 of file nodesel.c. References NULL, SCIPclockGetTime(), and SCIP_Nodesel::setuptime.
gets time in seconds used in this node selector
Definition at line 1159 of file nodesel.c. References SCIP_Nodesel::nodeseltime, NULL, and SCIPclockGetTime(). |