weight_space_facet.h
Go to the documentation of this file.
void print(std::ostream &os) const
Definition: weight_space_facet.cpp:50
General types used for PolySCIP.
std::vector< ValueType > OutcomeType
Type for points, rays in objective space.
Definition: polyscip_types.h:35
Class representing a facet of the (partial) weight space polyhedron.
Definition: weight_space_facet.h:39
Definition: cmd_line_args.cpp:37
bool operator()(const std::shared_ptr< const WeightSpaceFacet > &f1, const std::shared_ptr< const WeightSpaceFacet > &f2)
Definition: weight_space_facet.h:52
WeightSpaceFacet(OutcomeType outcome, ValueType wov_coeff)
Definition: weight_space_facet.cpp:40