OR-Tools  9.1
math_opt/cpp/linear_constraint.h File Reference

Go to the source code of this file.

Classes

class  LinearConstraint
 

Namespaces

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

Typedefs

template<typename V >
using LinearConstraintMap = IdMap< LinearConstraint, V >
 

Functions

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