struct_reopt.h
Go to the documentation of this file.
31/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
95 SCIP_REOPTCONSDATA** conss; /**< array of constraints added to the node, i.e., logic-or constraints */
97 SCIP_VAR** afterdualvars; /**< variables along the branching path after the first decision based on dual information */
98 SCIP_REOPTCONSDATA* dualredscur; /**< dual reductions that need to be reconstructed the current round */
99 SCIP_REOPTCONSDATA* dualredsnex; /**< dual reductions that need to be reconstructed the next round */
100 SCIP_BOUNDTYPE* varboundtypes; /**< boundtypes along the branching path up to the next stored node */
101 SCIP_BOUNDTYPE* afterdualvarboundtypes; /**< boundtypes along the branching path after the first dual information */
103 SCIP_Real* afterdualvarbounds; /**< bounds along the branching path after the first decision based on dual information */
135 unsigned int reoptnodessize; /**< size of allocated memory for the reoptnodes array and the openid queue */
144 SCIP_REOPTCONSDATA** glbconss; /**< global constraints that need to be added at the beginning of the next iteration */
145 SCIP_REOPTCONSDATA* dualreds; /**< dual reductions that probably need to be reconstructed at this node */
146 SCIP_REOPTTREE* reopttree; /**< data structure to store the current reoptimization search tree */
167 SCIP_HASHSET* activeconssset; /**< set of all active constraints after presolving the first problem */
common defines and data types used in all packages of SCIP
Definition: struct_clock.h:65
Definition: struct_cons.h:47
Definition: struct_misc.h:138
Definition: struct_misc.h:150
Definition: struct_history.h:46
Definition: struct_misc.h:61
Definition: struct_misc.h:269
Definition: struct_reopt.h:94
SCIP_BOUNDTYPE * afterdualvarboundtypes
Definition: struct_reopt.h:101
Definition: struct_reopt.h:122
Definition: struct_reopt.h:140
Definition: struct_reopt.h:52
Definition: struct_reopt.h:69
Definition: struct_sol.h:74
Definition: struct_var.h:208
type definitions for clocks and timing issues
type definitions for constraints and constraint handlers
type definitions for branching and inference history
type definitions for LP management
type definitions for miscellaneous datastructures
type definitions for collecting reoptimization information
type definitions for storing primal CIP solutions
type definitions for problem variables