Scippy

SCIP

Solving Constraint Integer Programs

polyscip::WeightSpaceFacet::Compare Struct Reference

Detailed Description

Simple class for less than comparison

Definition at line 45 of file weight_space_facet.h.

#include <weight_space_facet.h>

Public Member Functions

bool operator() (const std::shared_ptr< const WeightSpaceFacet > &f1, const std::shared_ptr< const WeightSpaceFacet > &f2)
 

Member Function Documentation

◆ operator()()

bool polyscip::WeightSpaceFacet::Compare::operator() ( const std::shared_ptr< const WeightSpaceFacet > &  f1,
const std::shared_ptr< const WeightSpaceFacet > &  f2 
)
inline

Callable less than comparator

Parameters
f1lhs facet
f2rhs facet
Returns
true if lhs facet is lexicographically smaller than rhs facet

Definition at line 52 of file weight_space_facet.h.

References polyscip::WeightSpaceFacet::print(), and polyscip::WeightSpaceFacet::WeightSpaceFacet().