All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
solve.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
73 int maxrounds, /**< maximal number of propagation rounds (-1: no limit, 0: parameter settings) */
93 SCIP_Bool firstsubtreeinit, /**< is this the first call in the current subtree after jumping through the tree? */
97 /** constructs the LP of the current node, but does not load the LP state and warmstart information */
174 int* npricedcolvars, /**< pointer to store number of column variables after problem vars were priced */
177 SCIP_Bool* aborted /**< pointer to store whether the pricing was aborted and the lower bound must
|