All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
struct_primal.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
39 SCIP_Longint nlimsolsfound; /**< number of primal CIP solutions respecting the objective limit found
42 SCIP_Longint nlimbestsolsfound; /**< number of new best primal CIP solutions respecting the objective limit
44 SCIP_Real upperbound; /**< upper (primal) bound of CIP: objective value of best solution or user bound */
45 SCIP_Real cutoffbound; /**< upper bound for better primal solutions (if objective value is always
|