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

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 ()
 

Static Public Attributes

static readonly int VOID_FALSE_CONSTRAINT = operations_research_constraint_solverPINVOKE.ModelCache_VOID_FALSE_CONSTRAINT_get()
 VoidConstraintType.
 
static readonly int VOID_TRUE_CONSTRAINT = operations_research_constraint_solverPINVOKE.ModelCache_VOID_TRUE_CONSTRAINT_get()
 
static readonly int VOID_CONSTRAINT_MAX = operations_research_constraint_solverPINVOKE.ModelCache_VOID_CONSTRAINT_MAX_get()
 
static readonly int VAR_CONSTANT_EQUALITY = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_EQUALITY_get()
 VarConstantConstraintType.
 
static readonly int VAR_CONSTANT_GREATER_OR_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_GREATER_OR_EQUAL_get()
 
static readonly int VAR_CONSTANT_LESS_OR_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_LESS_OR_EQUAL_get()
 
static readonly int VAR_CONSTANT_NON_EQUALITY = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_NON_EQUALITY_get()
 
static readonly int VAR_CONSTANT_CONSTRAINT_MAX = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_CONSTRAINT_MAX_get()
 
static readonly int VAR_CONSTANT_CONSTANT_BETWEEN = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_CONSTANT_BETWEEN_get()
 VarConstantConstantConstraintType.
 
static readonly int VAR_CONSTANT_CONSTANT_CONSTRAINT_MAX = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_CONSTANT_CONSTRAINT_MAX_get()
 
static readonly int EXPR_EXPR_EQUALITY = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_EQUALITY_get()
 ExprExprConstraintType.
 
static readonly int EXPR_EXPR_GREATER = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_GREATER_get()
 
static readonly int EXPR_EXPR_GREATER_OR_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_GREATER_OR_EQUAL_get()
 
static readonly int EXPR_EXPR_LESS = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_LESS_get()
 
static readonly int EXPR_EXPR_LESS_OR_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_LESS_OR_EQUAL_get()
 
static readonly int EXPR_EXPR_NON_EQUALITY = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_NON_EQUALITY_get()
 
static readonly int EXPR_EXPR_CONSTRAINT_MAX = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_CONSTRAINT_MAX_get()
 
static readonly int EXPR_OPPOSITE = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_OPPOSITE_get()
 ExprExpressionType.
 
static readonly int EXPR_ABS = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_ABS_get()
 
static readonly int EXPR_SQUARE = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_SQUARE_get()
 
static readonly int EXPR_EXPRESSION_MAX = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPRESSION_MAX_get()
 
static readonly int EXPR_EXPR_DIFFERENCE = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_DIFFERENCE_get()
 ExprExprExpressionType.
 
static readonly int EXPR_EXPR_PROD = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_PROD_get()
 
static readonly int EXPR_EXPR_DIV = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_DIV_get()
 
static readonly int EXPR_EXPR_MAX = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_MAX_get()
 
static readonly int EXPR_EXPR_MIN = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_MIN_get()
 
static readonly int EXPR_EXPR_SUM = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_SUM_get()
 
static readonly int EXPR_EXPR_IS_LESS = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_IS_LESS_get()
 
static readonly int EXPR_EXPR_IS_LESS_OR_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_IS_LESS_OR_EQUAL_get()
 
static readonly int EXPR_EXPR_IS_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_IS_EQUAL_get()
 
static readonly int EXPR_EXPR_IS_NOT_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_IS_NOT_EQUAL_get()
 
static readonly int EXPR_EXPR_EXPRESSION_MAX = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_EXPRESSION_MAX_get()
 
static readonly int EXPR_EXPR_CONSTANT_CONDITIONAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_CONSTANT_CONDITIONAL_get()
 ExprExprConstantExpressionType.
 
static readonly int EXPR_EXPR_CONSTANT_EXPRESSION_MAX = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_CONSTANT_EXPRESSION_MAX_get()
 
static readonly int EXPR_CONSTANT_DIFFERENCE = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_DIFFERENCE_get()
 ExprConstantExpressionType.
 
static readonly int EXPR_CONSTANT_DIVIDE = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_DIVIDE_get()
 
static readonly int EXPR_CONSTANT_PROD = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_PROD_get()
 
static readonly int EXPR_CONSTANT_MAX = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_MAX_get()
 
static readonly int EXPR_CONSTANT_MIN = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_MIN_get()
 
static readonly int EXPR_CONSTANT_SUM = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_SUM_get()
 
static readonly int EXPR_CONSTANT_IS_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_IS_EQUAL_get()
 
static readonly int EXPR_CONSTANT_IS_NOT_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_IS_NOT_EQUAL_get()
 
static readonly int EXPR_CONSTANT_IS_GREATER_OR_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_IS_GREATER_OR_EQUAL_get()
 
static readonly int EXPR_CONSTANT_IS_LESS_OR_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_IS_LESS_OR_EQUAL_get()
 
static readonly int EXPR_CONSTANT_EXPRESSION_MAX = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_EXPRESSION_MAX_get()
 
static readonly int VAR_CONSTANT_CONSTANT_SEMI_CONTINUOUS = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_CONSTANT_SEMI_CONTINUOUS_get()
 VarConstantConstantExpressionType.
 
static readonly int VAR_CONSTANT_CONSTANT_EXPRESSION_MAX = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_CONSTANT_EXPRESSION_MAX_get()
 
static readonly int VAR_CONSTANT_ARRAY_ELEMENT = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_ARRAY_ELEMENT_get()
 VarConstantArrayExpressionType.
 
static readonly int VAR_CONSTANT_ARRAY_EXPRESSION_MAX = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_ARRAY_EXPRESSION_MAX_get()
 
static readonly int VAR_ARRAY_CONSTANT_ARRAY_SCAL_PROD = operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_CONSTANT_ARRAY_SCAL_PROD_get()
 VarArrayConstantArrayExpressionType.
 
static readonly int VAR_ARRAY_CONSTANT_ARRAY_EXPRESSION_MAX = operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_CONSTANT_ARRAY_EXPRESSION_MAX_get()
 
static readonly int VAR_ARRAY_MAX = operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_MAX_get()
 VarArrayExpressionType.
 
static readonly int VAR_ARRAY_MIN = operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_MIN_get()
 
static readonly int VAR_ARRAY_SUM = operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_SUM_get()
 
static readonly int VAR_ARRAY_EXPRESSION_MAX = operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_EXPRESSION_MAX_get()
 
static readonly int VAR_ARRAY_CONSTANT_INDEX = operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_CONSTANT_INDEX_get()
 VarArrayConstantExpressionType.
 
static readonly int VAR_ARRAY_CONSTANT_EXPRESSION_MAX = operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_CONSTANT_EXPRESSION_MAX_get()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Detailed Description

Definition at line 20 of file ModelCache.cs.

Member Function Documentation

◆ Clear()

virtual void Google.OrTools.ConstraintSolver.ModelCache.Clear ( )
inlinevirtual

Definition at line 67 of file ModelCache.cs.

◆ Dispose() [1/2]

void Google.OrTools.ConstraintSolver.ModelCache.Dispose ( )
inline

Definition at line 50 of file ModelCache.cs.

◆ Dispose() [2/2]

virtual void Google.OrTools.ConstraintSolver.ModelCache.Dispose ( bool disposing)
inlineprotectedvirtual

Definition at line 55 of file ModelCache.cs.

◆ FindExprConstantExpression()

virtual IntExpr Google.OrTools.ConstraintSolver.ModelCache.FindExprConstantExpression ( IntExpr expr,
long value,
int type )
inlinevirtual

Definition at line 121 of file ModelCache.cs.

◆ FindExprExprConstantExpression()

virtual IntExpr Google.OrTools.ConstraintSolver.ModelCache.FindExprExprConstantExpression ( IntExpr var1,
IntExpr var2,
long constant,
int type )
inlinevirtual

Definition at line 141 of file ModelCache.cs.

◆ FindExprExprConstraint()

virtual Constraint Google.OrTools.ConstraintSolver.ModelCache.FindExprExprConstraint ( IntExpr expr1,
IntExpr expr2,
int type )
inlinevirtual

Definition at line 101 of file ModelCache.cs.

◆ FindExprExpression()

virtual IntExpr Google.OrTools.ConstraintSolver.ModelCache.FindExprExpression ( IntExpr expr,
int type )
inlinevirtual

Definition at line 111 of file ModelCache.cs.

◆ FindExprExprExpression()

virtual IntExpr Google.OrTools.ConstraintSolver.ModelCache.FindExprExprExpression ( IntExpr var1,
IntExpr var2,
int type )
inlinevirtual

Definition at line 131 of file ModelCache.cs.

◆ FindVarArrayConstantArrayExpression()

virtual IntExpr Google.OrTools.ConstraintSolver.ModelCache.FindVarArrayConstantArrayExpression ( IntVarVector vars,
long[] values,
int type )
inlinevirtual

Definition at line 183 of file ModelCache.cs.

◆ FindVarArrayConstantExpression()

virtual IntExpr Google.OrTools.ConstraintSolver.ModelCache.FindVarArrayConstantExpression ( IntVarVector vars,
long value,
int type )
inlinevirtual

Definition at line 195 of file ModelCache.cs.

◆ FindVarArrayExpression()

virtual IntExpr Google.OrTools.ConstraintSolver.ModelCache.FindVarArrayExpression ( IntVarVector vars,
int type )
inlinevirtual

Definition at line 171 of file ModelCache.cs.

◆ FindVarConstantArrayExpression()

virtual IntExpr Google.OrTools.ConstraintSolver.ModelCache.FindVarConstantArrayExpression ( IntVar var,
long[] values,
int type )
inlinevirtual

Definition at line 161 of file ModelCache.cs.

◆ FindVarConstantConstantConstraint()

virtual Constraint Google.OrTools.ConstraintSolver.ModelCache.FindVarConstantConstantConstraint ( IntVar var,
long value1,
long value2,
int type )
inlinevirtual

Definition at line 91 of file ModelCache.cs.

◆ FindVarConstantConstantExpression()

virtual IntExpr Google.OrTools.ConstraintSolver.ModelCache.FindVarConstantConstantExpression ( IntVar var,
long value1,
long value2,
int type )
inlinevirtual

Definition at line 151 of file ModelCache.cs.

◆ FindVarConstantConstraint()

virtual Constraint Google.OrTools.ConstraintSolver.ModelCache.FindVarConstantConstraint ( IntVar var,
long value,
int type )
inlinevirtual

Definition at line 81 of file ModelCache.cs.

◆ FindVoidConstraint()

virtual Constraint Google.OrTools.ConstraintSolver.ModelCache.FindVoidConstraint ( int type)
inlinevirtual

Definition at line 71 of file ModelCache.cs.

◆ InsertExprConstantExpression()

virtual void Google.OrTools.ConstraintSolver.ModelCache.InsertExprConstantExpression ( IntExpr expression,
IntExpr var,
long value,
int type )
inlinevirtual

Definition at line 127 of file ModelCache.cs.

◆ InsertExprExprConstantExpression()

virtual void Google.OrTools.ConstraintSolver.ModelCache.InsertExprExprConstantExpression ( IntExpr expression,
IntExpr var1,
IntExpr var2,
long constant,
int type )
inlinevirtual

Definition at line 147 of file ModelCache.cs.

◆ InsertExprExprConstraint()

virtual void Google.OrTools.ConstraintSolver.ModelCache.InsertExprExprConstraint ( Constraint ct,
IntExpr expr1,
IntExpr expr2,
int type )
inlinevirtual

Definition at line 107 of file ModelCache.cs.

◆ InsertExprExpression()

virtual void Google.OrTools.ConstraintSolver.ModelCache.InsertExprExpression ( IntExpr expression,
IntExpr expr,
int type )
inlinevirtual

Definition at line 117 of file ModelCache.cs.

◆ InsertExprExprExpression()

virtual void Google.OrTools.ConstraintSolver.ModelCache.InsertExprExprExpression ( IntExpr expression,
IntExpr var1,
IntExpr var2,
int type )
inlinevirtual

Definition at line 137 of file ModelCache.cs.

◆ InsertVarArrayConstantArrayExpression()

virtual void Google.OrTools.ConstraintSolver.ModelCache.InsertVarArrayConstantArrayExpression ( IntExpr expression,
IntVarVector var,
long[] values,
int type )
inlinevirtual

Definition at line 190 of file ModelCache.cs.

◆ InsertVarArrayConstantExpression()

virtual void Google.OrTools.ConstraintSolver.ModelCache.InsertVarArrayConstantExpression ( IntExpr expression,
IntVarVector var,
long value,
int type )
inlinevirtual

Definition at line 202 of file ModelCache.cs.

◆ InsertVarArrayExpression()

virtual void Google.OrTools.ConstraintSolver.ModelCache.InsertVarArrayExpression ( IntExpr expression,
IntVarVector vars,
int type )
inlinevirtual

Definition at line 178 of file ModelCache.cs.

◆ InsertVarConstantArrayExpression()

virtual void Google.OrTools.ConstraintSolver.ModelCache.InsertVarConstantArrayExpression ( IntExpr expression,
IntVar var,
long[] values,
int type )
inlinevirtual

Definition at line 167 of file ModelCache.cs.

◆ InsertVarConstantConstantConstraint()

virtual void Google.OrTools.ConstraintSolver.ModelCache.InsertVarConstantConstantConstraint ( Constraint ct,
IntVar var,
long value1,
long value2,
int type )
inlinevirtual

Definition at line 97 of file ModelCache.cs.

◆ InsertVarConstantConstantExpression()

virtual void Google.OrTools.ConstraintSolver.ModelCache.InsertVarConstantConstantExpression ( IntExpr expression,
IntVar var,
long value1,
long value2,
int type )
inlinevirtual

Definition at line 157 of file ModelCache.cs.

◆ InsertVarConstantConstraint()

virtual void Google.OrTools.ConstraintSolver.ModelCache.InsertVarConstantConstraint ( Constraint ct,
IntVar var,
long value,
int type )
inlinevirtual

Definition at line 87 of file ModelCache.cs.

◆ InsertVoidConstraint()

virtual void Google.OrTools.ConstraintSolver.ModelCache.InsertVoidConstraint ( Constraint ct,
int type )
inlinevirtual

Definition at line 77 of file ModelCache.cs.

◆ solver()

Solver Google.OrTools.ConstraintSolver.ModelCache.solver ( )
inline

Definition at line 207 of file ModelCache.cs.

Member Data Documentation

◆ EXPR_ABS

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_ABS = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_ABS_get()
static

Definition at line 240 of file ModelCache.cs.

◆ EXPR_CONSTANT_DIFFERENCE

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_DIFFERENCE = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_DIFFERENCE_get()
static

ExprConstantExpressionType.

Definition at line 262 of file ModelCache.cs.

◆ EXPR_CONSTANT_DIVIDE

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_DIVIDE = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_DIVIDE_get()
static

Definition at line 263 of file ModelCache.cs.

◆ EXPR_CONSTANT_EXPRESSION_MAX

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_EXPRESSION_MAX = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_EXPRESSION_MAX_get()
static

Definition at line 272 of file ModelCache.cs.

◆ EXPR_CONSTANT_IS_EQUAL

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_IS_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_IS_EQUAL_get()
static

Definition at line 268 of file ModelCache.cs.

◆ EXPR_CONSTANT_IS_GREATER_OR_EQUAL

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_IS_GREATER_OR_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_IS_GREATER_OR_EQUAL_get()
static

Definition at line 270 of file ModelCache.cs.

◆ EXPR_CONSTANT_IS_LESS_OR_EQUAL

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_IS_LESS_OR_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_IS_LESS_OR_EQUAL_get()
static

Definition at line 271 of file ModelCache.cs.

◆ EXPR_CONSTANT_IS_NOT_EQUAL

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_IS_NOT_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_IS_NOT_EQUAL_get()
static

Definition at line 269 of file ModelCache.cs.

◆ EXPR_CONSTANT_MAX

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_MAX = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_MAX_get()
static

Definition at line 265 of file ModelCache.cs.

◆ EXPR_CONSTANT_MIN

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_MIN = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_MIN_get()
static

Definition at line 266 of file ModelCache.cs.

◆ EXPR_CONSTANT_PROD

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_PROD = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_PROD_get()
static

Definition at line 264 of file ModelCache.cs.

◆ EXPR_CONSTANT_SUM

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_CONSTANT_SUM = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_CONSTANT_SUM_get()
static

Definition at line 267 of file ModelCache.cs.

◆ EXPR_EXPR_CONSTANT_CONDITIONAL

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_CONSTANT_CONDITIONAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_CONSTANT_CONDITIONAL_get()
static

ExprExprConstantExpressionType.

Definition at line 258 of file ModelCache.cs.

◆ EXPR_EXPR_CONSTANT_EXPRESSION_MAX

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_CONSTANT_EXPRESSION_MAX = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_CONSTANT_EXPRESSION_MAX_get()
static

Definition at line 259 of file ModelCache.cs.

◆ EXPR_EXPR_CONSTRAINT_MAX

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_CONSTRAINT_MAX = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_CONSTRAINT_MAX_get()
static

Definition at line 236 of file ModelCache.cs.

◆ EXPR_EXPR_DIFFERENCE

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_DIFFERENCE = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_DIFFERENCE_get()
static

ExprExprExpressionType.

Definition at line 245 of file ModelCache.cs.

◆ EXPR_EXPR_DIV

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_DIV = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_DIV_get()
static

Definition at line 247 of file ModelCache.cs.

◆ EXPR_EXPR_EQUALITY

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_EQUALITY = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_EQUALITY_get()
static

ExprExprConstraintType.

Definition at line 230 of file ModelCache.cs.

◆ EXPR_EXPR_EXPRESSION_MAX

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_EXPRESSION_MAX = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_EXPRESSION_MAX_get()
static

Definition at line 255 of file ModelCache.cs.

◆ EXPR_EXPR_GREATER

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_GREATER = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_GREATER_get()
static

Definition at line 231 of file ModelCache.cs.

◆ EXPR_EXPR_GREATER_OR_EQUAL

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_GREATER_OR_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_GREATER_OR_EQUAL_get()
static

Definition at line 232 of file ModelCache.cs.

◆ EXPR_EXPR_IS_EQUAL

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_IS_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_IS_EQUAL_get()
static

Definition at line 253 of file ModelCache.cs.

◆ EXPR_EXPR_IS_LESS

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_IS_LESS = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_IS_LESS_get()
static

Definition at line 251 of file ModelCache.cs.

◆ EXPR_EXPR_IS_LESS_OR_EQUAL

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_IS_LESS_OR_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_IS_LESS_OR_EQUAL_get()
static

Definition at line 252 of file ModelCache.cs.

◆ EXPR_EXPR_IS_NOT_EQUAL

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_IS_NOT_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_IS_NOT_EQUAL_get()
static

Definition at line 254 of file ModelCache.cs.

◆ EXPR_EXPR_LESS

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_LESS = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_LESS_get()
static

Definition at line 233 of file ModelCache.cs.

◆ EXPR_EXPR_LESS_OR_EQUAL

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_LESS_OR_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_LESS_OR_EQUAL_get()
static

Definition at line 234 of file ModelCache.cs.

◆ EXPR_EXPR_MAX

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_MAX = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_MAX_get()
static

Definition at line 248 of file ModelCache.cs.

◆ EXPR_EXPR_MIN

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_MIN = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_MIN_get()
static

Definition at line 249 of file ModelCache.cs.

◆ EXPR_EXPR_NON_EQUALITY

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_NON_EQUALITY = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_NON_EQUALITY_get()
static

Definition at line 235 of file ModelCache.cs.

◆ EXPR_EXPR_PROD

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_PROD = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_PROD_get()
static

Definition at line 246 of file ModelCache.cs.

◆ EXPR_EXPR_SUM

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPR_SUM = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPR_SUM_get()
static

Definition at line 250 of file ModelCache.cs.

◆ EXPR_EXPRESSION_MAX

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_EXPRESSION_MAX = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_EXPRESSION_MAX_get()
static

Definition at line 242 of file ModelCache.cs.

◆ EXPR_OPPOSITE

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_OPPOSITE = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_OPPOSITE_get()
static

ExprExpressionType.

Definition at line 239 of file ModelCache.cs.

◆ EXPR_SQUARE

readonly int Google.OrTools.ConstraintSolver.ModelCache.EXPR_SQUARE = operations_research_constraint_solverPINVOKE.ModelCache_EXPR_SQUARE_get()
static

Definition at line 241 of file ModelCache.cs.

◆ swigCMemOwn

bool Google.OrTools.ConstraintSolver.ModelCache.swigCMemOwn
protected

Definition at line 22 of file ModelCache.cs.

◆ VAR_ARRAY_CONSTANT_ARRAY_EXPRESSION_MAX

readonly int Google.OrTools.ConstraintSolver.ModelCache.VAR_ARRAY_CONSTANT_ARRAY_EXPRESSION_MAX = operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_CONSTANT_ARRAY_EXPRESSION_MAX_get()
static

Definition at line 284 of file ModelCache.cs.

◆ VAR_ARRAY_CONSTANT_ARRAY_SCAL_PROD

readonly int Google.OrTools.ConstraintSolver.ModelCache.VAR_ARRAY_CONSTANT_ARRAY_SCAL_PROD = operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_CONSTANT_ARRAY_SCAL_PROD_get()
static

VarArrayConstantArrayExpressionType.

Definition at line 283 of file ModelCache.cs.

◆ VAR_ARRAY_CONSTANT_EXPRESSION_MAX

readonly int Google.OrTools.ConstraintSolver.ModelCache.VAR_ARRAY_CONSTANT_EXPRESSION_MAX = operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_CONSTANT_EXPRESSION_MAX_get()
static

Definition at line 294 of file ModelCache.cs.

◆ VAR_ARRAY_CONSTANT_INDEX

readonly int Google.OrTools.ConstraintSolver.ModelCache.VAR_ARRAY_CONSTANT_INDEX = operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_CONSTANT_INDEX_get()
static

VarArrayConstantExpressionType.

Definition at line 293 of file ModelCache.cs.

◆ VAR_ARRAY_EXPRESSION_MAX

readonly int Google.OrTools.ConstraintSolver.ModelCache.VAR_ARRAY_EXPRESSION_MAX = operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_EXPRESSION_MAX_get()
static

Definition at line 290 of file ModelCache.cs.

◆ VAR_ARRAY_MAX

readonly int Google.OrTools.ConstraintSolver.ModelCache.VAR_ARRAY_MAX = operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_MAX_get()
static

VarArrayExpressionType.

Definition at line 287 of file ModelCache.cs.

◆ VAR_ARRAY_MIN

readonly int Google.OrTools.ConstraintSolver.ModelCache.VAR_ARRAY_MIN = operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_MIN_get()
static

Definition at line 288 of file ModelCache.cs.

◆ VAR_ARRAY_SUM

readonly int Google.OrTools.ConstraintSolver.ModelCache.VAR_ARRAY_SUM = operations_research_constraint_solverPINVOKE.ModelCache_VAR_ARRAY_SUM_get()
static

Definition at line 289 of file ModelCache.cs.

◆ VAR_CONSTANT_ARRAY_ELEMENT

readonly int Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_ARRAY_ELEMENT = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_ARRAY_ELEMENT_get()
static

VarConstantArrayExpressionType.

Definition at line 279 of file ModelCache.cs.

◆ VAR_CONSTANT_ARRAY_EXPRESSION_MAX

readonly int Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_ARRAY_EXPRESSION_MAX = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_ARRAY_EXPRESSION_MAX_get()
static

Definition at line 280 of file ModelCache.cs.

◆ VAR_CONSTANT_CONSTANT_BETWEEN

readonly int Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_CONSTANT_BETWEEN = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_CONSTANT_BETWEEN_get()
static

VarConstantConstantConstraintType.

Definition at line 226 of file ModelCache.cs.

◆ VAR_CONSTANT_CONSTANT_CONSTRAINT_MAX

readonly int Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_CONSTANT_CONSTRAINT_MAX = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_CONSTANT_CONSTRAINT_MAX_get()
static

Definition at line 227 of file ModelCache.cs.

◆ VAR_CONSTANT_CONSTANT_EXPRESSION_MAX

readonly int Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_CONSTANT_EXPRESSION_MAX = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_CONSTANT_EXPRESSION_MAX_get()
static

Definition at line 276 of file ModelCache.cs.

◆ VAR_CONSTANT_CONSTANT_SEMI_CONTINUOUS

readonly int Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_CONSTANT_SEMI_CONTINUOUS = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_CONSTANT_SEMI_CONTINUOUS_get()
static

VarConstantConstantExpressionType.

Definition at line 275 of file ModelCache.cs.

◆ VAR_CONSTANT_CONSTRAINT_MAX

readonly int Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_CONSTRAINT_MAX = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_CONSTRAINT_MAX_get()
static

Definition at line 223 of file ModelCache.cs.

◆ VAR_CONSTANT_EQUALITY

readonly int Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_EQUALITY = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_EQUALITY_get()
static

VarConstantConstraintType.

Definition at line 219 of file ModelCache.cs.

◆ VAR_CONSTANT_GREATER_OR_EQUAL

readonly int Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_GREATER_OR_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_GREATER_OR_EQUAL_get()
static

Definition at line 220 of file ModelCache.cs.

◆ VAR_CONSTANT_LESS_OR_EQUAL

readonly int Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_LESS_OR_EQUAL = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_LESS_OR_EQUAL_get()
static

Definition at line 221 of file ModelCache.cs.

◆ VAR_CONSTANT_NON_EQUALITY

readonly int Google.OrTools.ConstraintSolver.ModelCache.VAR_CONSTANT_NON_EQUALITY = operations_research_constraint_solverPINVOKE.ModelCache_VAR_CONSTANT_NON_EQUALITY_get()
static

Definition at line 222 of file ModelCache.cs.

◆ VOID_CONSTRAINT_MAX

readonly int Google.OrTools.ConstraintSolver.ModelCache.VOID_CONSTRAINT_MAX = operations_research_constraint_solverPINVOKE.ModelCache_VOID_CONSTRAINT_MAX_get()
static

Definition at line 216 of file ModelCache.cs.

◆ VOID_FALSE_CONSTRAINT

readonly int Google.OrTools.ConstraintSolver.ModelCache.VOID_FALSE_CONSTRAINT = operations_research_constraint_solverPINVOKE.ModelCache_VOID_FALSE_CONSTRAINT_get()
static

VoidConstraintType.

Definition at line 214 of file ModelCache.cs.

◆ VOID_TRUE_CONSTRAINT

readonly int Google.OrTools.ConstraintSolver.ModelCache.VOID_TRUE_CONSTRAINT = operations_research_constraint_solverPINVOKE.ModelCache_VOID_TRUE_CONSTRAINT_get()
static

Definition at line 215 of file ModelCache.cs.


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