|
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pub_reopt.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
55 /** returns the number of stored bound changes based on dual information in the reopttree at ID id */
79 /** create the constraint which splits the node stored at ID id on the basis of the stored dual information. */
140 /** returns the number of nodes providing an improving feasible LP solution in the current run */
196 /* In optimized mode, the function calls are overwritten by defines to reduce the number of function calls and
Definition: struct_var.h:196 Definition: struct_reopt.h:65 type definitions for collecting reoptimization information void SCIPreoptnodeGetConss(SCIP_REOPTNODE *reoptnode, SCIP_VAR ***vars, SCIP_Real **vals, int mem, int *nconss, int *nvars) Definition: reopt.c:4781 int SCIPreoptnodeGetNDualBoundChgs(SCIP_REOPTNODE *reoptnode) Definition: reopt.c:4703 void SCIPreoptnodeGetSplitCons(SCIP_REOPTNODE *reoptnode, SCIP_VAR **vars, SCIP_Real *vals, REOPT_CONSTYPE *constype, int conssize, int *nvars) Definition: reopt.c:4748 int SCIPreoptGetNRestartsGlobal(SCIP_REOPT *reopt) Definition: reopt.c:3888 void SCIPreoptnodeSetParentID(SCIP_REOPTNODE *reoptnode, unsigned int parentid) Definition: reopt.c:4817 int SCIPreoptGetNTotalFeasNodes(SCIP_REOPT *reopt) Definition: reopt.c:3948 data structures for collecting reoptimization information int SCIPreoptnodeGetNChildren(SCIP_REOPTNODE *reoptnode) Definition: reopt.c:4716 SCIP_Real SCIPreoptnodeGetLowerbound(SCIP_REOPTNODE *reoptnode) Definition: reopt.c:4726 int SCIPreoptGetNTotalCutoffReoptnodes(SCIP_REOPT *reopt) Definition: reopt.c:3988 int SCIPreoptGetNCutoffReoptnodes(SCIP_REOPT *reopt) Definition: reopt.c:3978 Definition: struct_reopt.h:113 SCIP_REOPTTYPE SCIPreoptnodeGetType(SCIP_REOPTNODE *reoptnode) Definition: reopt.c:4736 common defines and data types used in all packages of SCIP int SCIPreoptGetNTotalRestartsLocal(SCIP_REOPT *reopt) Definition: reopt.c:3908 int SCIPreoptGetNTotalPrunedNodes(SCIP_REOPT *reopt) Definition: reopt.c:3968 |