DotNet Reference
DotNet Reference
Detailed Description
Definition at line 362 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 364 of file IntegerExpressions.cs.
◆ SumArray() [2/7]
|
inline |
Definition at line 372 of file IntegerExpressions.cs.
◆ SumArray() [3/7]
|
inline |
Definition at line 379 of file IntegerExpressions.cs.
◆ SumArray() [4/7]
Definition at line 385 of file IntegerExpressions.cs.
◆ SumArray() [5/7]
Definition at line 391 of file IntegerExpressions.cs.
◆ SumArray() [6/7]
Definition at line 400 of file IntegerExpressions.cs.
◆ SumArray() [7/7]
Definition at line 427 of file IntegerExpressions.cs.
Member Function Documentation
◆ AddExpr()
|
inline |
Definition at line 454 of file IntegerExpressions.cs.
◆ GetIndex()
|
inlinevirtualinherited |
Reimplemented in NotBooleanVariable, and IntVar.
Definition at line 82 of file IntegerExpressions.cs.
◆ GetVarValueMap()
|
inlinestaticinherited |
Definition at line 234 of file IntegerExpressions.cs.
◆ operator!=() [1/2]
|
inlinestaticinherited |
Definition at line 142 of file IntegerExpressions.cs.
◆ operator!=() [2/2]
|
inlinestaticinherited |
Definition at line 152 of file IntegerExpressions.cs.
◆ operator*() [1/2]
|
inlinestaticinherited |
Definition at line 122 of file IntegerExpressions.cs.
◆ operator*() [2/2]
|
inlinestaticinherited |
Definition at line 127 of file IntegerExpressions.cs.
◆ operator+() [1/3]
|
inlinestaticinherited |
Definition at line 92 of file IntegerExpressions.cs.
◆ operator+() [2/3]
|
inlinestaticinherited |
Definition at line 97 of file IntegerExpressions.cs.
◆ operator+() [3/3]
|
inlinestaticinherited |
Definition at line 102 of file IntegerExpressions.cs.
◆ operator-() [1/4]
|
inlinestaticinherited |
Definition at line 132 of file IntegerExpressions.cs.
◆ operator-() [2/4]
|
inlinestaticinherited |
Definition at line 107 of file IntegerExpressions.cs.
◆ operator-() [3/4]
|
inlinestaticinherited |
Definition at line 112 of file IntegerExpressions.cs.
◆ operator-() [4/4]
|
inlinestaticinherited |
Definition at line 117 of file IntegerExpressions.cs.
◆ operator<() [1/3]
|
inlinestaticinherited |
Definition at line 212 of file IntegerExpressions.cs.
◆ operator<() [2/3]
|
inlinestaticinherited |
Definition at line 187 of file IntegerExpressions.cs.
◆ operator<() [3/3]
|
inlinestaticinherited |
Definition at line 192 of file IntegerExpressions.cs.
◆ operator<=() [1/3]
|
inlinestaticinherited |
Definition at line 207 of file IntegerExpressions.cs.
◆ operator<=() [2/3]
|
inlinestaticinherited |
Definition at line 177 of file IntegerExpressions.cs.
◆ operator<=() [3/3]
|
inlinestaticinherited |
Definition at line 182 of file IntegerExpressions.cs.
◆ operator==() [1/2]
|
inlinestaticinherited |
Definition at line 137 of file IntegerExpressions.cs.
◆ operator==() [2/2]
|
inlinestaticinherited |
Definition at line 147 of file IntegerExpressions.cs.
◆ operator>() [1/3]
|
inlinestaticinherited |
Definition at line 202 of file IntegerExpressions.cs.
◆ operator>() [2/3]
|
inlinestaticinherited |
Definition at line 167 of file IntegerExpressions.cs.
◆ operator>() [3/3]
|
inlinestaticinherited |
Definition at line 172 of file IntegerExpressions.cs.
◆ operator>=() [1/3]
|
inlinestaticinherited |
Definition at line 197 of file IntegerExpressions.cs.
◆ operator>=() [2/3]
|
inlinestaticinherited |
Definition at line 157 of file IntegerExpressions.cs.
◆ operator>=() [3/3]
|
inlinestaticinherited |
Definition at line 162 of file IntegerExpressions.cs.
◆ Prod()
|
inlinestaticinherited |
Definition at line 217 of file IntegerExpressions.cs.
◆ ScalProd() [1/2]
|
inlinestaticinherited |
Definition at line 62 of file IntegerExpressions.cs.
◆ ScalProd() [2/2]
|
inlinestaticinherited |
Definition at line 67 of file IntegerExpressions.cs.
◆ ShortString()
|
inlinevirtual |
Reimplemented from LinearExpr.
Definition at line 472 of file IntegerExpressions.cs.
◆ Sum() [1/2]
|
inlinestaticinherited |
Definition at line 52 of file IntegerExpressions.cs.
◆ Sum() [2/2]
|
inlinestaticinherited |
Definition at line 57 of file IntegerExpressions.cs.
◆ Term()
|
inlinestaticinherited |
Definition at line 72 of file IntegerExpressions.cs.
◆ ToString()
|
inline |
Definition at line 477 of file IntegerExpressions.cs.
Property Documentation
◆ Constant
|
get |
Definition at line 467 of file IntegerExpressions.cs.
◆ Expressions
|
get |
Definition at line 462 of file IntegerExpressions.cs.
◆ Index
|
getinherited |
Definition at line 77 of file IntegerExpressions.cs.
The documentation for this class was generated from the following file: