struct_primal.h
Go to the documentation of this file.
31/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
50 SCIP_Longint nlimsolsfound; /**< number of primal CIP solutions respecting the objective limit found
53 SCIP_Longint nlimbestsolsfound; /**< number of new best primal CIP solutions respecting the objective limit
55 SCIP_Real upperbound; /**< upper (primal) bound of CIP: objective value of best solution or user bound */
56 SCIP_RATIONAL* upperboundexact; /**< upper (primal) bound of CIP: objective value of best solution or user bound */
57 SCIP_Real cutoffbound; /**< upper bound for better primal solutions (if objective value is always
59 SCIP_RATIONAL* cutoffboundexact; /**< store the exact cutoff bound here, if in exact solving mode */
62 SCIP_SOL** existingsols; /**< all existing primal solutions (feasible, partial, and infeasible) */
64 SCIP_SOL* primalray; /**< solution representing the primal ray for (infeasible or) unbounded problems;
common defines and data types used in all packages of SCIP
Definition: struct_primal.h:48
Definition: struct_rational.h:47
Definition: struct_sol.h:74
type definitions for collecting primal CIP solutions and primal informations
type definitions for rational numbers
type definitions for storing primal CIP solutions