OR-Tools  9.6
indicator_constraint.h File Reference

Go to the source code of this file.

Classes

class  IndicatorConstraint
 

Namespaces

 operations_research
 Collection of objects used to extend the Constraint Solver library.
 
 operations_research::math_opt
 

Typedefs

template<typename V >
using IndicatorConstraintMap = IdMap< IndicatorConstraint, V >
 

Functions

std::ostream & operator<< (std::ostream &ostr, const IndicatorConstraint &constraint)
 
bool operator== (const IndicatorConstraint &lhs, const IndicatorConstraint &rhs)
 
bool operator!= (const IndicatorConstraint &lhs, const IndicatorConstraint &rhs)
 
template<typename H >
AbslHashValue (H h, const IndicatorConstraint &constraint)