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 int SCIPreoptGetNInfNodes(SCIP_REOPT *reopt) type definitions for collecting reoptimization information int SCIPreoptGetLastRestarts(SCIP_REOPT *reopt) int SCIPreoptGetNTotalInfNodes(SCIP_REOPT *reopt) int SCIPreoptGetNInfSubtrees(SCIP_REOPT *reopt) void SCIPreoptnodeGetConss(SCIP_REOPTNODE *reoptnode, SCIP_VAR ***vars, SCIP_Real **vals, int mem, int *nconss, int *nvars) int SCIPreoptnodeGetNDualBoundChgs(SCIP_REOPTNODE *reoptnode) void SCIPreoptnodeGetSplitCons(SCIP_REOPTNODE *reoptnode, SCIP_VAR **vars, SCIP_Real *vals, REOPT_CONSTYPE *constype, int conssize, int *nvars) int SCIPreoptGetFirstRestarts(SCIP_REOPT *reopt) int SCIPreoptGetNRestartsGlobal(SCIP_REOPT *reopt) void SCIPreoptnodeSetParentID(SCIP_REOPTNODE *reoptnode, unsigned int parentid) int SCIPreoptGetNTotalFeasNodes(SCIP_REOPT *reopt) int SCIPreoptnodeGetNVars(SCIP_REOPTNODE *reoptnode) int SCIPreoptnodeGetNChildren(SCIP_REOPTNODE *reoptnode) SCIP_Real SCIPreoptnodeGetLowerbound(SCIP_REOPTNODE *reoptnode) int SCIPreoptGetNTotalCutoffReoptnodes(SCIP_REOPT *reopt) int SCIPreoptGetNCutoffReoptnodes(SCIP_REOPT *reopt) int SCIPreoptGetNFeasNodes(SCIP_REOPT *reopt) int SCIPreoptGetNRestartsLocal(SCIP_REOPT *reopt) int SCIPreoptGetNPrunedNodes(SCIP_REOPT *reopt) SCIP_REOPTTYPE SCIPreoptnodeGetType(SCIP_REOPTNODE *reoptnode) common defines and data types used in all packages of SCIP int SCIPreoptGetNTotalRestartsLocal(SCIP_REOPT *reopt) int SCIPreoptGetNTotalPrunedNodes(SCIP_REOPT *reopt) int SCIPreoptnodeGetNConss(SCIP_REOPTNODE *reoptnode) |