struct_primal.h
Go to the documentation of this file.
31 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
49 SCIP_Longint nlimsolsfound; /**< number of primal CIP solutions respecting the objective limit found
52 SCIP_Longint nlimbestsolsfound; /**< number of new best primal CIP solutions respecting the objective limit
54 SCIP_Real upperbound; /**< upper (primal) bound of CIP: objective value of best solution or user bound */
55 SCIP_Real cutoffbound; /**< upper bound for better primal solutions (if objective value is always
59 SCIP_SOL** existingsols; /**< all existing primal solutions (feasible, partial, and infeasible) */
61 SCIP_SOL* primalray; /**< solution representing the primal ray for (infeasible or) unbounded problems;
Definition: struct_primal.h:46
Definition: struct_sol.h:73
type definitions for storing primal CIP solutions
type definitions for collecting primal CIP solutions and primal informations
common defines and data types used in all packages of SCIP