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 992 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(), SCIPsetFindEventhdlr(), and SCIPtreeSetNodesel().
gets description of node selector
Definition at line 1002 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 1012 of file nodesel.c. References NULL, and SCIP_Nodesel::stdpriority. Referenced by SCIP_DECL_DIALOGEXEC(), SCIP_DECL_NODESELINITSOL(), SCIPsetIncludeNodesel(), and turnoffNodeSelector().
gets priority of node selector in memory saving mode
Definition at line 1036 of file nodesel.c. References SCIP_Nodesel::memsavepriority, and NULL. Referenced by SCIP_DECL_DIALOGEXEC(), and SCIPsetIncludeNodesel().
gets user data of node selector
Definition at line 1060 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 1070 of file nodesel.c. References SCIP_Nodesel::nodeseldata, and NULL. Referenced by SCIP_DECL_NODESELFREE().
is node selector initialized?
Definition at line 1149 of file nodesel.c. References SCIP_Nodesel::initialized, and NULL.
gets time in seconds used in this node selector for setting up for next stages
Definition at line 1171 of file nodesel.c. References NULL, SCIPclockGetTime(), and SCIP_Nodesel::setuptime.
gets time in seconds used in this node selector
Definition at line 1181 of file nodesel.c. References SCIP_Nodesel::nodeseltime, NULL, and SCIPclockGetTime(). |