Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
void | Dispose () |
virtual void | Clear () |
virtual Constraint | FindVoidConstraint (int type) |
virtual void | InsertVoidConstraint (Constraint ct, int type) |
virtual Constraint | FindVarConstantConstraint (IntVar var, long value, int type) |
virtual void | InsertVarConstantConstraint (Constraint ct, IntVar var, long value, int type) |
virtual Constraint | FindVarConstantConstantConstraint (IntVar var, long value1, long value2, int type) |
virtual void | InsertVarConstantConstantConstraint (Constraint ct, IntVar var, long value1, long value2, int type) |
virtual Constraint | FindExprExprConstraint (IntExpr expr1, IntExpr expr2, int type) |
virtual void | InsertExprExprConstraint (Constraint ct, IntExpr expr1, IntExpr expr2, int type) |
virtual IntExpr | FindExprExpression (IntExpr expr, int type) |
virtual void | InsertExprExpression (IntExpr expression, IntExpr expr, int type) |
virtual IntExpr | FindExprConstantExpression (IntExpr expr, long value, int type) |
virtual void | InsertExprConstantExpression (IntExpr expression, IntExpr var, long value, int type) |
virtual IntExpr | FindExprExprExpression (IntExpr var1, IntExpr var2, int type) |
virtual void | InsertExprExprExpression (IntExpr expression, IntExpr var1, IntExpr var2, int type) |
virtual IntExpr | FindExprExprConstantExpression (IntExpr var1, IntExpr var2, long constant, int type) |
virtual void | InsertExprExprConstantExpression (IntExpr expression, IntExpr var1, IntExpr var2, long constant, int type) |
virtual IntExpr | FindVarConstantConstantExpression (IntVar var, long value1, long value2, int type) |
virtual void | InsertVarConstantConstantExpression (IntExpr expression, IntVar var, long value1, long value2, int type) |
virtual IntExpr | FindVarConstantArrayExpression (IntVar var, long[] values, int type) |
virtual void | InsertVarConstantArrayExpression (IntExpr expression, IntVar var, long[] values, int type) |
virtual IntExpr | FindVarArrayExpression (IntVarVector vars, int type) |
virtual void | InsertVarArrayExpression (IntExpr expression, IntVarVector vars, int type) |
virtual IntExpr | FindVarArrayConstantArrayExpression (IntVarVector vars, long[] values, int type) |
virtual void | InsertVarArrayConstantArrayExpression (IntExpr expression, IntVarVector var, long[] values, int type) |
virtual IntExpr | FindVarArrayConstantExpression (IntVarVector vars, long value, int type) |
virtual void | InsertVarArrayConstantExpression (IntExpr expression, IntVarVector var, long value, int type) |
Solver | solver () |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
Protected Attributes | |
bool | swigCMemOwn |
Definition at line 20 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 67 of file ModelCache.cs.
|
inline |
Definition at line 50 of file ModelCache.cs.
|
inlineprotectedvirtual |
Definition at line 55 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 121 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 141 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 101 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 111 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 131 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 183 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 195 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 171 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 161 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 91 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 151 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 81 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 71 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 127 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 147 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 107 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 117 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 137 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 190 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 202 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 178 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 167 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 97 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 157 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 87 of file ModelCache.cs.
|
inlinevirtual |
Definition at line 77 of file ModelCache.cs.
|
inline |
Definition at line 207 of file ModelCache.cs.
|
static |
Definition at line 240 of file ModelCache.cs.
|
static |
ExprConstantExpressionType.
Definition at line 262 of file ModelCache.cs.
|
static |
Definition at line 263 of file ModelCache.cs.
|
static |
Definition at line 272 of file ModelCache.cs.
|
static |
Definition at line 268 of file ModelCache.cs.
|
static |
Definition at line 270 of file ModelCache.cs.
|
static |
Definition at line 271 of file ModelCache.cs.
|
static |
Definition at line 269 of file ModelCache.cs.
|
static |
Definition at line 265 of file ModelCache.cs.
|
static |
Definition at line 266 of file ModelCache.cs.
|
static |
Definition at line 264 of file ModelCache.cs.
|
static |
Definition at line 267 of file ModelCache.cs.
|
static |
ExprExprConstantExpressionType.
Definition at line 258 of file ModelCache.cs.
|
static |
Definition at line 259 of file ModelCache.cs.
|
static |
Definition at line 236 of file ModelCache.cs.
|
static |
ExprExprExpressionType.
Definition at line 245 of file ModelCache.cs.
|
static |
Definition at line 247 of file ModelCache.cs.
|
static |
ExprExprConstraintType.
Definition at line 230 of file ModelCache.cs.
|
static |
Definition at line 255 of file ModelCache.cs.
|
static |
Definition at line 231 of file ModelCache.cs.
|
static |
Definition at line 232 of file ModelCache.cs.
|
static |
Definition at line 253 of file ModelCache.cs.
|
static |
Definition at line 251 of file ModelCache.cs.
|
static |
Definition at line 252 of file ModelCache.cs.
|
static |
Definition at line 254 of file ModelCache.cs.
|
static |
Definition at line 233 of file ModelCache.cs.
|
static |
Definition at line 234 of file ModelCache.cs.
|
static |
Definition at line 248 of file ModelCache.cs.
|
static |
Definition at line 249 of file ModelCache.cs.
|
static |
Definition at line 235 of file ModelCache.cs.
|
static |
Definition at line 246 of file ModelCache.cs.
|
static |
Definition at line 250 of file ModelCache.cs.
|
static |
Definition at line 242 of file ModelCache.cs.
|
static |
ExprExpressionType.
Definition at line 239 of file ModelCache.cs.
|
static |
Definition at line 241 of file ModelCache.cs.
|
protected |
Definition at line 22 of file ModelCache.cs.
|
static |
Definition at line 284 of file ModelCache.cs.
|
static |
VarArrayConstantArrayExpressionType.
Definition at line 283 of file ModelCache.cs.
|
static |
Definition at line 294 of file ModelCache.cs.
|
static |
VarArrayConstantExpressionType.
Definition at line 293 of file ModelCache.cs.
|
static |
Definition at line 290 of file ModelCache.cs.
|
static |
VarArrayExpressionType.
Definition at line 287 of file ModelCache.cs.
|
static |
Definition at line 288 of file ModelCache.cs.
|
static |
Definition at line 289 of file ModelCache.cs.
|
static |
VarConstantArrayExpressionType.
Definition at line 279 of file ModelCache.cs.
|
static |
Definition at line 280 of file ModelCache.cs.
|
static |
VarConstantConstantConstraintType.
Definition at line 226 of file ModelCache.cs.
|
static |
Definition at line 227 of file ModelCache.cs.
|
static |
Definition at line 276 of file ModelCache.cs.
|
static |
VarConstantConstantExpressionType.
Definition at line 275 of file ModelCache.cs.
|
static |
Definition at line 223 of file ModelCache.cs.
|
static |
VarConstantConstraintType.
Definition at line 219 of file ModelCache.cs.
|
static |
Definition at line 220 of file ModelCache.cs.
|
static |
Definition at line 221 of file ModelCache.cs.
|
static |
Definition at line 222 of file ModelCache.cs.
|
static |
Definition at line 216 of file ModelCache.cs.
|
static |
VoidConstraintType.
Definition at line 214 of file ModelCache.cs.
|
static |
Definition at line 215 of file ModelCache.cs.