DotNet Reference
.Net Reference
Detailed Description
Definition at line 364 of file IntegerExpressions.cs.
Public Member Functions | |
SumArray (LinearExpr a, LinearExpr b) | |
SumArray (LinearExpr a, long b) | |
SumArray (IEnumerable< LinearExpr > exprs) | |
SumArray (IEnumerable< IntVar > vars) | |
SumArray (IntVar[] vars, long[] coeffs) | |
SumArray (IEnumerable< IntVar > vars, IEnumerable< long > coeffs) | |
SumArray (IEnumerable< IntVar > vars, IEnumerable< int > coeffs) | |
void | AddExpr (LinearExpr expr) |
override string | ShortString () |
override string | ToString () |
virtual int | GetIndex () |
Properties | |
List< LinearExpr > | Expressions [get] |
long | Constant [get] |
int | Index [get] |
Constructor & Destructor Documentation
◆ SumArray() [1/7]
|
inline |
Definition at line 366 of file IntegerExpressions.cs.
◆ SumArray() [2/7]
|
inline |
Definition at line 374 of file IntegerExpressions.cs.
◆ SumArray() [3/7]
|
inline |
Definition at line 381 of file IntegerExpressions.cs.
◆ SumArray() [4/7]
Definition at line 387 of file IntegerExpressions.cs.
◆ SumArray() [5/7]
Definition at line 393 of file IntegerExpressions.cs.
◆ SumArray() [6/7]
Definition at line 402 of file IntegerExpressions.cs.
◆ SumArray() [7/7]
Definition at line 428 of file IntegerExpressions.cs.
Member Function Documentation
◆ AddExpr()
|
inline |
Definition at line 454 of file IntegerExpressions.cs.
◆ GetIndex()
|
inlinevirtualinherited |
Reimplemented in IntVar, and NotBooleanVariable.
Definition at line 83 of file IntegerExpressions.cs.
◆ GetVarValueMap()
|
inlinestaticinherited |
Definition at line 235 of file IntegerExpressions.cs.
◆ operator!=() [1/2]
|
inlinestaticinherited |
Definition at line 143 of file IntegerExpressions.cs.
◆ operator!=() [2/2]
|
inlinestaticinherited |
Definition at line 153 of file IntegerExpressions.cs.
◆ operator*() [1/2]
|
inlinestaticinherited |
Definition at line 123 of file IntegerExpressions.cs.
◆ operator*() [2/2]
|
inlinestaticinherited |
Definition at line 128 of file IntegerExpressions.cs.
◆ operator+() [1/3]
|
inlinestaticinherited |
Definition at line 93 of file IntegerExpressions.cs.
◆ operator+() [2/3]
|
inlinestaticinherited |
Definition at line 98 of file IntegerExpressions.cs.
◆ operator+() [3/3]
|
inlinestaticinherited |
Definition at line 103 of file IntegerExpressions.cs.
◆ operator-() [1/4]
|
inlinestaticinherited |
Definition at line 133 of file IntegerExpressions.cs.
◆ operator-() [2/4]
|
inlinestaticinherited |
Definition at line 108 of file IntegerExpressions.cs.
◆ operator-() [3/4]
|
inlinestaticinherited |
Definition at line 113 of file IntegerExpressions.cs.
◆ operator-() [4/4]
|
inlinestaticinherited |
Definition at line 118 of file IntegerExpressions.cs.
◆ operator<() [1/3]
|
inlinestaticinherited |
Definition at line 213 of file IntegerExpressions.cs.
◆ operator<() [2/3]
|
inlinestaticinherited |
Definition at line 188 of file IntegerExpressions.cs.
◆ operator<() [3/3]
|
inlinestaticinherited |
Definition at line 193 of file IntegerExpressions.cs.
◆ operator<=() [1/3]
|
inlinestaticinherited |
Definition at line 208 of file IntegerExpressions.cs.
◆ operator<=() [2/3]
|
inlinestaticinherited |
Definition at line 178 of file IntegerExpressions.cs.
◆ operator<=() [3/3]
|
inlinestaticinherited |
Definition at line 183 of file IntegerExpressions.cs.
◆ operator==() [1/2]
|
inlinestaticinherited |
Definition at line 138 of file IntegerExpressions.cs.
◆ operator==() [2/2]
|
inlinestaticinherited |
Definition at line 148 of file IntegerExpressions.cs.
◆ operator>() [1/3]
|
inlinestaticinherited |
Definition at line 203 of file IntegerExpressions.cs.
◆ operator>() [2/3]
|
inlinestaticinherited |
Definition at line 168 of file IntegerExpressions.cs.
◆ operator>() [3/3]
|
inlinestaticinherited |
Definition at line 173 of file IntegerExpressions.cs.
◆ operator>=() [1/3]
|
inlinestaticinherited |
Definition at line 198 of file IntegerExpressions.cs.
◆ operator>=() [2/3]
|
inlinestaticinherited |
Definition at line 158 of file IntegerExpressions.cs.
◆ operator>=() [3/3]
|
inlinestaticinherited |
Definition at line 163 of file IntegerExpressions.cs.
◆ Prod()
|
inlinestaticinherited |
Definition at line 218 of file IntegerExpressions.cs.
◆ ScalProd() [1/2]
|
inlinestaticinherited |
Definition at line 61 of file IntegerExpressions.cs.
◆ ScalProd() [2/2]
|
inlinestaticinherited |
Definition at line 66 of file IntegerExpressions.cs.
◆ ShortString()
|
inlinevirtual |
Reimplemented from LinearExpr.
Definition at line 476 of file IntegerExpressions.cs.
◆ Sum() [1/2]
|
inlinestaticinherited |
Definition at line 51 of file IntegerExpressions.cs.
◆ Sum() [2/2]
|
inlinestaticinherited |
Definition at line 56 of file IntegerExpressions.cs.
◆ Term()
|
inlinestaticinherited |
Definition at line 71 of file IntegerExpressions.cs.
◆ ToString()
|
inline |
Definition at line 481 of file IntegerExpressions.cs.
Property Documentation
◆ Constant
|
get |
Definition at line 469 of file IntegerExpressions.cs.
◆ Expressions
|
get |
Definition at line 462 of file IntegerExpressions.cs.
◆ Index
|
getinherited |
Definition at line 76 of file IntegerExpressions.cs.
The documentation for this class was generated from the following file: