polyscip_types.h
Go to the documentation of this file.
36 using SolType = std::vector< std::pair<std::string, ValueType> >; ///< Type for solutions in feasible space
38 using Result = std::pair<SolType, OutcomeType>; ///< A result comprises of a solution/ray in feasible space and a corresponding outcome in objective space
std::vector< ValueType > OutcomeType
Type for points, rays in objective space.
Definition: polyscip_types.h:35
std::pair< SolType, OutcomeType > Result
A result comprises of a solution/ray in feasible space and a corresponding outcome in objective space...
Definition: polyscip_types.h:38
Definition: cmd_line_args.cpp:37
std::vector< std::pair< std::string, ValueType > > SolType
Type for solutions in feasible space.
Definition: polyscip_types.h:36
common defines and data types used in all packages of SCIP