OR-Tools  9.3
variable_and_expressions.cc File Reference

Go to the source code of this file.

Namespaces

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

Functions

std::ostream & operator<< (std::ostream &ostr, const LinearExpression &expression)
 
std::ostream & operator<< (std::ostream &ostr, const BoundedLinearExpression &bounded_expression)
 
std::ostream & operator<< (std::ostream &ostr, const QuadraticExpression &expr)
 

Variables

constexpr double kInf = std::numeric_limits<double>::infinity()
 

Variable Documentation

◆ coeff

const double coeff

Definition at line 105 of file variable_and_expressions.cc.

◆ constant

const double constant

Definition at line 140 of file variable_and_expressions.cc.

◆ is_first

const bool is_first

Definition at line 106 of file variable_and_expressions.cc.