Scippy

SCIP

Solving Constraint Integer Programs

polyscip_types.h File Reference

Detailed Description

General types used for PolySCIP.

Author
Sebastian Schenker

Definition in file polyscip_types.h.

#include <string>
#include <iostream>
#include <ostream>
#include <utility>
#include <vector>
#include "scip/def.h"

Go to the source code of this file.

Namespaces

 polyscip
 

Typedefs

using polyscip::ValueType = SCIP_Real
 Type for computed values. More...
 
using polyscip::OutcomeType = std::vector< ValueType >
 Type for points, rays in objective space. More...
 
using polyscip::SolType = std::vector< std::pair< std::string, ValueType > >
 Type for solutions in feasible space. More...
 
using polyscip::WeightType = std::vector< ValueType >
 Type for weight vectors. More...
 
using polyscip::Result = std::pair< SolType, OutcomeType >
 A result comprises of a solution/ray in feasible space and a corresponding outcome in objective space. More...
 
using polyscip::ResultContainer = std::vector< Result >
 Container type for results. More...