Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::mb::FlatExpr Member List

This is the complete list of members for operations_research::mb::FlatExpr, including all inherited members.

Add(std::shared_ptr< LinearExpr > expr)operations_research::mb::LinearExpr
AddFloat(double cst)operations_research::mb::LinearExpr
Affine(std::shared_ptr< LinearExpr > expr, double coeff, double constant)operations_research::mb::LinearExprstatic
AffineCst(double value, double coeff, double constant)operations_research::mb::LinearExprstatic
coeffs() constoperations_research::mb::FlatExprinline
Constant(double value)operations_research::mb::LinearExprstatic
DebugString() const overrideoperations_research::mb::FlatExprvirtual
Eq(std::shared_ptr< LinearExpr > rhs)operations_research::mb::LinearExpr
EqCst(double rhs)operations_research::mb::LinearExpr
FlatExpr(std::shared_ptr< LinearExpr > expr)operations_research::mb::FlatExprexplicit
FlatExpr(std::shared_ptr< LinearExpr > pos, std::shared_ptr< LinearExpr > neg)operations_research::mb::FlatExpr
FlatExpr(const std::vector< std::shared_ptr< Variable > > &, const std::vector< double > &, double)operations_research::mb::FlatExpr
FlatExpr(double offset)operations_research::mb::FlatExprexplicit
Ge(std::shared_ptr< LinearExpr > rhs)operations_research::mb::LinearExpr
GeCst(double rhs)operations_research::mb::LinearExpr
Le(std::shared_ptr< LinearExpr > rhs)operations_research::mb::LinearExpr
LeCst(double rhs)operations_research::mb::LinearExpr
MulFloat(double cst)operations_research::mb::LinearExpr
Neg()operations_research::mb::LinearExpr
offset() constoperations_research::mb::FlatExprinline
RSubFloat(double cst)operations_research::mb::LinearExpr
Sub(std::shared_ptr< LinearExpr > expr)operations_research::mb::LinearExpr
SubFloat(double cst)operations_research::mb::LinearExpr
Term(std::shared_ptr< LinearExpr > expr, double coeff)operations_research::mb::LinearExprstatic
ToString() const overrideoperations_research::mb::FlatExprvirtual
VarIndices() constoperations_research::mb::FlatExpr
vars() constoperations_research::mb::FlatExprinline
Visit(ExprVisitor &lin, double c) overrideoperations_research::mb::FlatExprvirtual
~LinearExpr()=defaultoperations_research::mb::LinearExprvirtual