Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
linear_expr.cc File Reference
#include "ortools/linear_solver/linear_expr.h"
#include <algorithm>
#include <cstdlib>
#include <limits>
#include <ostream>
#include <string>
#include <vector>
#include "absl/strings/str_join.h"
#include "absl/strings/string_view.h"
#include "ortools/base/logging.h"
#include "ortools/linear_solver/linear_solver.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.
 

Functions

std::ostream & operations_research::operator<< (std::ostream &stream, const LinearExpr &linear_expr)
 
LinearExpr operations_research::operator+ (LinearExpr lhs, const LinearExpr &rhs)
 
LinearExpr operations_research::operator- (LinearExpr lhs, const LinearExpr &rhs)
 
LinearExpr operations_research::operator* (LinearExpr lhs, double rhs)
 
LinearExpr operations_research::operator/ (LinearExpr lhs, double rhs)
 
LinearExpr operations_research::operator* (double lhs, LinearExpr rhs)
 
LinearRange operations_research::operator<= (const LinearExpr &lhs, const LinearExpr &rhs)
 
LinearRange operations_research::operator== (const LinearExpr &lhs, const LinearExpr &rhs)
 
LinearRange operations_research::operator>= (const LinearExpr &lhs, const LinearExpr &rhs)