|
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
struct_reopt.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
69 SCIP_VAR** afterdualvars; /**< variables along the branching path after the first decision based on dual information */
72 SCIP_BOUNDTYPE* varboundtypes; /**< boundtypes along the branching path up to the next stored node */
73 SCIP_BOUNDTYPE* afterdualvarboundtypes; /**< boundtypes along the branching path after the first dual information */
75 SCIP_Real* afterdualvarbounds; /**< bounds along the branching path after the first decision based on dual information */
109 unsigned int reoptnodessize; /**< size of allocated memory for the reoptnodes array and the openid queue */
117 LOGICORDATA** glbconss; /**< global constraints that need to be added at the beginning of the next iteration */
119 SCIP_REOPTTREE* reopttree; /**< data structure to store the current reoptimization search tree */
Definition: struct_var.h:196 SCIP_BOUNDTYPE * afterdualvarboundtypes Definition: struct_reopt.h:73 Definition: struct_reopt.h:65 type definitions for collecting reoptimization information Definition: struct_reopt.h:46 Definition: struct_sol.h:50 Definition: struct_reopt.h:55 Definition: struct_misc.h:45 Definition: struct_reopt.h:35 Definition: struct_reopt.h:113 Definition: struct_reopt.h:93 common defines and data types used in all packages of SCIP Definition: struct_clock.h:54 |