Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
Google.OrTools.LinearSolver.SumArray Class Reference
Inheritance diagram for Google.OrTools.LinearSolver.SumArray:
Google.OrTools.LinearSolver.LinearExpr

Public Member Functions

 SumArray (LinearExpr[] array)
 
override double DoVisit (Dictionary< Variable, double > coefficients, double multiplier)
 
override double SolutionValue ()
 
- Public Member Functions inherited from Google.OrTools.LinearSolver.LinearExpr
double Visit (Dictionary< Variable, double > coefficients)
 

Additional Inherited Members

- Static Public Member Functions inherited from Google.OrTools.LinearSolver.LinearExpr
static LinearExpr operator+ (LinearExpr a, double v)
 
static LinearExpr operator+ (double v, LinearExpr a)
 
static LinearExpr operator+ (LinearExpr a, LinearExpr b)
 
static LinearExpr operator- (LinearExpr a, double v)
 
static LinearExpr operator- (double v, LinearExpr a)
 
static LinearExpr operator- (LinearExpr a, LinearExpr b)
 
static LinearExpr operator- (LinearExpr a)
 
static LinearExpr operator* (LinearExpr a, double v)
 
static LinearExpr operator/ (LinearExpr a, double v)
 
static LinearExpr operator* (double v, LinearExpr a)
 
static RangeConstraint operator== (LinearExpr a, double v)
 
static RangeConstraint operator== (double v, LinearExpr a)
 
static RangeConstraint operator!= (LinearExpr a, double v)
 
static RangeConstraint operator!= (double v, LinearExpr a)
 
static Equality operator== (LinearExpr a, LinearExpr b)
 
static Equality operator!= (LinearExpr a, LinearExpr b)
 
static RangeConstraint operator<= (LinearExpr a, double v)
 
static RangeConstraint operator>= (LinearExpr a, double v)
 
static RangeConstraint operator<= (LinearExpr a, LinearExpr b)
 
static RangeConstraint operator>= (LinearExpr a, LinearExpr b)
 
static implicit operator LinearExpr (Variable a)
 

Detailed Description

Definition at line 306 of file LinearExpr.cs.

Constructor & Destructor Documentation

◆ SumArray()

Google.OrTools.LinearSolver.SumArray.SumArray ( LinearExpr[] array)
inline

Definition at line 308 of file LinearExpr.cs.

Member Function Documentation

◆ DoVisit()

override double Google.OrTools.LinearSolver.SumArray.DoVisit ( Dictionary< Variable, double > coefficients,
double multiplier )
inlinevirtual

Reimplemented from Google.OrTools.LinearSolver.LinearExpr.

Definition at line 313 of file LinearExpr.cs.

◆ SolutionValue()

override double Google.OrTools.LinearSolver.SumArray.SolutionValue ( )
inlinevirtual

Reimplemented from Google.OrTools.LinearSolver.LinearExpr.

Definition at line 330 of file LinearExpr.cs.


The documentation for this class was generated from the following file: