struct_reopt.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
86 SCIP_REOPTCONSDATA** conss; /**< array of constraints added to the node, i.e., logic-or constraints */
88 SCIP_VAR** afterdualvars; /**< variables along the branching path after the first decision based on dual information */
89 SCIP_REOPTCONSDATA* dualredscur; /**< dual reductions that need to be reconstructed the current round */
90 SCIP_REOPTCONSDATA* dualredsnex; /**< dual reductions that need to be reconstructed the next round */
91 SCIP_BOUNDTYPE* varboundtypes; /**< boundtypes along the branching path up to the next stored node */
92 SCIP_BOUNDTYPE* afterdualvarboundtypes; /**< boundtypes along the branching path after the first dual information */
94 SCIP_Real* afterdualvarbounds; /**< bounds along the branching path after the first decision based on dual information */
126 unsigned int reoptnodessize; /**< size of allocated memory for the reoptnodes array and the openid queue */
135 SCIP_REOPTCONSDATA** glbconss; /**< global constraints that need to be added at the beginning of the next iteration */
136 SCIP_REOPTCONSDATA* dualreds; /**< dual reductions that probably need to be reconstructed at this node */
137 SCIP_REOPTTREE* reopttree; /**< data structure to store the current reoptimization search tree */
158 SCIP_HASHSET* activeconssset; /**< set of all active constraints after presolving the first problem */
type definitions for miscellaneous datastructures
Definition: struct_misc.h:140
Definition: struct_var.h:198
SCIP_BOUNDTYPE * afterdualvarboundtypes
Definition: struct_reopt.h:92
Definition: struct_misc.h:259
Definition: struct_reopt.h:84
type definitions for collecting reoptimization information
Definition: struct_reopt.h:59
type definitions for LP management
Definition: struct_sol.h:64
Definition: struct_misc.h:128
Definition: struct_cons.h:37
Definition: struct_misc.h:51
Definition: struct_history.h:36
type definitions for problem variables
Definition: struct_reopt.h:42
Definition: struct_reopt.h:130
type definitions for clocks and timing issues
type definitions for storing primal CIP solutions
Definition: struct_reopt.h:112
type definitions for branching and inference history
common defines and data types used in all packages of SCIP
Definition: struct_clock.h:55
type definitions for constraints and constraint handlers