struct_primal.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
40 SCIP_Longint nlimsolsfound; /**< number of primal CIP solutions respecting the objective limit found
43 SCIP_Longint nlimbestsolsfound; /**< number of new best primal CIP solutions respecting the objective limit
45 SCIP_Real upperbound; /**< upper (primal) bound of CIP: objective value of best solution or user bound */
46 SCIP_Real cutoffbound; /**< upper bound for better primal solutions (if objective value is always
50 SCIP_SOL** existingsols; /**< all existing primal solutions (feasible, partial, and infeasible) */
52 SCIP_SOL* primalray; /**< solution representing the primal ray for (infeasible or) unbounded problems;
Definition: struct_primal.h:37
Definition: struct_sol.h:64
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