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 50 SCIP_SOL* primalray; /**< solution representing the primal ray for (infeasible or) unbounded problems;
Definition: struct_primal.h:36 Definition: struct_sol.h:50 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 |