Clear()=0 | operations_research::ModelCache | pure virtual |
EXPR_ABS enum value | operations_research::ModelCache | |
EXPR_CONSTANT_DIFFERENCE enum value | operations_research::ModelCache | |
EXPR_CONSTANT_DIVIDE enum value | operations_research::ModelCache | |
EXPR_CONSTANT_EXPRESSION_MAX enum value | operations_research::ModelCache | |
EXPR_CONSTANT_IS_EQUAL enum value | operations_research::ModelCache | |
EXPR_CONSTANT_IS_GREATER_OR_EQUAL enum value | operations_research::ModelCache | |
EXPR_CONSTANT_IS_LESS_OR_EQUAL enum value | operations_research::ModelCache | |
EXPR_CONSTANT_IS_NOT_EQUAL enum value | operations_research::ModelCache | |
EXPR_CONSTANT_MAX enum value | operations_research::ModelCache | |
EXPR_CONSTANT_MIN enum value | operations_research::ModelCache | |
EXPR_CONSTANT_PROD enum value | operations_research::ModelCache | |
EXPR_CONSTANT_SUM enum value | operations_research::ModelCache | |
EXPR_EXPR_CONSTANT_CONDITIONAL enum value | operations_research::ModelCache | |
EXPR_EXPR_CONSTANT_EXPRESSION_MAX enum value | operations_research::ModelCache | |
EXPR_EXPR_CONSTRAINT_MAX enum value | operations_research::ModelCache | |
EXPR_EXPR_DIFFERENCE enum value | operations_research::ModelCache | |
EXPR_EXPR_DIV enum value | operations_research::ModelCache | |
EXPR_EXPR_EQUALITY enum value | operations_research::ModelCache | |
EXPR_EXPR_EXPRESSION_MAX enum value | operations_research::ModelCache | |
EXPR_EXPR_GREATER enum value | operations_research::ModelCache | |
EXPR_EXPR_GREATER_OR_EQUAL enum value | operations_research::ModelCache | |
EXPR_EXPR_IS_EQUAL enum value | operations_research::ModelCache | |
EXPR_EXPR_IS_LESS enum value | operations_research::ModelCache | |
EXPR_EXPR_IS_LESS_OR_EQUAL enum value | operations_research::ModelCache | |
EXPR_EXPR_IS_NOT_EQUAL enum value | operations_research::ModelCache | |
EXPR_EXPR_LESS enum value | operations_research::ModelCache | |
EXPR_EXPR_LESS_OR_EQUAL enum value | operations_research::ModelCache | |
EXPR_EXPR_MAX enum value | operations_research::ModelCache | |
EXPR_EXPR_MIN enum value | operations_research::ModelCache | |
EXPR_EXPR_NON_EQUALITY enum value | operations_research::ModelCache | |
EXPR_EXPR_PROD enum value | operations_research::ModelCache | |
EXPR_EXPR_SUM enum value | operations_research::ModelCache | |
EXPR_EXPRESSION_MAX enum value | operations_research::ModelCache | |
EXPR_OPPOSITE enum value | operations_research::ModelCache | |
EXPR_SQUARE enum value | operations_research::ModelCache | |
ExprConstantExpressionType enum name | operations_research::ModelCache | |
ExprExprConstantExpressionType enum name | operations_research::ModelCache | |
ExprExprConstraintType enum name | operations_research::ModelCache | |
ExprExpressionType enum name | operations_research::ModelCache | |
ExprExprExpressionType enum name | operations_research::ModelCache | |
FindExprConstantExpression(IntExpr *expr, int64_t value, ExprConstantExpressionType type) const =0 | operations_research::ModelCache | pure virtual |
FindExprExprConstantExpression(IntExpr *var1, IntExpr *var2, int64_t constant, ExprExprConstantExpressionType type) const =0 | operations_research::ModelCache | pure virtual |
FindExprExprConstraint(IntExpr *expr1, IntExpr *expr2, ExprExprConstraintType type) const =0 | operations_research::ModelCache | pure virtual |
FindExprExpression(IntExpr *expr, ExprExpressionType type) const =0 | operations_research::ModelCache | pure virtual |
FindExprExprExpression(IntExpr *var1, IntExpr *var2, ExprExprExpressionType type) const =0 | operations_research::ModelCache | pure virtual |
FindVarArrayConstantArrayExpression(const std::vector< IntVar * > &vars, const std::vector< int64_t > &values, VarArrayConstantArrayExpressionType type) const =0 | operations_research::ModelCache | pure virtual |
FindVarArrayConstantExpression(const std::vector< IntVar * > &vars, int64_t value, VarArrayConstantExpressionType type) const =0 | operations_research::ModelCache | pure virtual |
FindVarArrayExpression(const std::vector< IntVar * > &vars, VarArrayExpressionType type) const =0 | operations_research::ModelCache | pure virtual |
FindVarConstantArrayExpression(IntVar *var, const std::vector< int64_t > &values, VarConstantArrayExpressionType type) const =0 | operations_research::ModelCache | pure virtual |
FindVarConstantConstantConstraint(IntVar *var, int64_t value1, int64_t value2, VarConstantConstantConstraintType type) const =0 | operations_research::ModelCache | pure virtual |
FindVarConstantConstantExpression(IntVar *var, int64_t value1, int64_t value2, VarConstantConstantExpressionType type) const =0 | operations_research::ModelCache | pure virtual |
FindVarConstantConstraint(IntVar *var, int64_t value, VarConstantConstraintType type) const =0 | operations_research::ModelCache | pure virtual |
FindVoidConstraint(VoidConstraintType type) const =0 | operations_research::ModelCache | pure virtual |
InsertExprConstantExpression(IntExpr *expression, IntExpr *var, int64_t value, ExprConstantExpressionType type)=0 | operations_research::ModelCache | pure virtual |
InsertExprExprConstantExpression(IntExpr *expression, IntExpr *var1, IntExpr *var2, int64_t constant, ExprExprConstantExpressionType type)=0 | operations_research::ModelCache | pure virtual |
InsertExprExprConstraint(Constraint *ct, IntExpr *expr1, IntExpr *expr2, ExprExprConstraintType type)=0 | operations_research::ModelCache | pure virtual |
InsertExprExpression(IntExpr *expression, IntExpr *expr, ExprExpressionType type)=0 | operations_research::ModelCache | pure virtual |
InsertExprExprExpression(IntExpr *expression, IntExpr *var1, IntExpr *var2, ExprExprExpressionType type)=0 | operations_research::ModelCache | pure virtual |
InsertVarArrayConstantArrayExpression(IntExpr *expression, const std::vector< IntVar * > &var, const std::vector< int64_t > &values, VarArrayConstantArrayExpressionType type)=0 | operations_research::ModelCache | pure virtual |
InsertVarArrayConstantExpression(IntExpr *expression, const std::vector< IntVar * > &var, int64_t value, VarArrayConstantExpressionType type)=0 | operations_research::ModelCache | pure virtual |
InsertVarArrayExpression(IntExpr *expression, const std::vector< IntVar * > &vars, VarArrayExpressionType type)=0 | operations_research::ModelCache | pure virtual |
InsertVarConstantArrayExpression(IntExpr *expression, IntVar *var, const std::vector< int64_t > &values, VarConstantArrayExpressionType type)=0 | operations_research::ModelCache | pure virtual |
InsertVarConstantConstantConstraint(Constraint *ct, IntVar *var, int64_t value1, int64_t value2, VarConstantConstantConstraintType type)=0 | operations_research::ModelCache | pure virtual |
InsertVarConstantConstantExpression(IntExpr *expression, IntVar *var, int64_t value1, int64_t value2, VarConstantConstantExpressionType type)=0 | operations_research::ModelCache | pure virtual |
InsertVarConstantConstraint(Constraint *ct, IntVar *var, int64_t value, VarConstantConstraintType type)=0 | operations_research::ModelCache | pure virtual |
InsertVoidConstraint(Constraint *ct, VoidConstraintType type)=0 | operations_research::ModelCache | pure virtual |
ModelCache(Solver *solver) | operations_research::ModelCache | explicit |
solver() const | operations_research::ModelCache | |
VAR_ARRAY_CONSTANT_ARRAY_EXPRESSION_MAX enum value | operations_research::ModelCache | |
VAR_ARRAY_CONSTANT_ARRAY_SCAL_PROD enum value | operations_research::ModelCache | |
VAR_ARRAY_CONSTANT_EXPRESSION_MAX enum value | operations_research::ModelCache | |
VAR_ARRAY_CONSTANT_INDEX enum value | operations_research::ModelCache | |
VAR_ARRAY_EXPRESSION_MAX enum value | operations_research::ModelCache | |
VAR_ARRAY_MAX enum value | operations_research::ModelCache | |
VAR_ARRAY_MIN enum value | operations_research::ModelCache | |
VAR_ARRAY_SUM enum value | operations_research::ModelCache | |
VAR_CONSTANT_ARRAY_ELEMENT enum value | operations_research::ModelCache | |
VAR_CONSTANT_ARRAY_EXPRESSION_MAX enum value | operations_research::ModelCache | |
VAR_CONSTANT_CONSTANT_BETWEEN enum value | operations_research::ModelCache | |
VAR_CONSTANT_CONSTANT_CONSTRAINT_MAX enum value | operations_research::ModelCache | |
VAR_CONSTANT_CONSTANT_EXPRESSION_MAX enum value | operations_research::ModelCache | |
VAR_CONSTANT_CONSTANT_SEMI_CONTINUOUS enum value | operations_research::ModelCache | |
VAR_CONSTANT_CONSTRAINT_MAX enum value | operations_research::ModelCache | |
VAR_CONSTANT_EQUALITY enum value | operations_research::ModelCache | |
VAR_CONSTANT_GREATER_OR_EQUAL enum value | operations_research::ModelCache | |
VAR_CONSTANT_LESS_OR_EQUAL enum value | operations_research::ModelCache | |
VAR_CONSTANT_NON_EQUALITY enum value | operations_research::ModelCache | |
VarArrayConstantArrayExpressionType enum name | operations_research::ModelCache | |
VarArrayConstantExpressionType enum name | operations_research::ModelCache | |
VarArrayExpressionType enum name | operations_research::ModelCache | |
VarConstantArrayExpressionType enum name | operations_research::ModelCache | |
VarConstantConstantConstraintType enum name | operations_research::ModelCache | |
VarConstantConstantExpressionType enum name | operations_research::ModelCache | |
VarConstantConstraintType enum name | operations_research::ModelCache | |
VOID_CONSTRAINT_MAX enum value | operations_research::ModelCache | |
VOID_FALSE_CONSTRAINT enum value | operations_research::ModelCache | |
VOID_TRUE_CONSTRAINT enum value | operations_research::ModelCache | |
VoidConstraintType enum name | operations_research::ModelCache | |
~ModelCache() | operations_research::ModelCache | virtual |