Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.ModelCache Member List

This is the complete list of members for com.google.ortools.constraintsolver.ModelCache, including all inherited members.

clear()com.google.ortools.constraintsolver.ModelCache
delete()com.google.ortools.constraintsolver.ModelCache
EXPR_ABScom.google.ortools.constraintsolver.ModelCachestatic
EXPR_CONSTANT_DIFFERENCEcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_CONSTANT_DIVIDEcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_CONSTANT_EXPRESSION_MAXcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_CONSTANT_IS_EQUALcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_CONSTANT_IS_GREATER_OR_EQUALcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_CONSTANT_IS_LESS_OR_EQUALcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_CONSTANT_IS_NOT_EQUALcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_CONSTANT_MAXcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_CONSTANT_MINcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_CONSTANT_PRODcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_CONSTANT_SUMcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_CONSTANT_CONDITIONALcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_CONSTANT_EXPRESSION_MAXcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_CONSTRAINT_MAXcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_DIFFERENCEcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_DIVcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_EQUALITYcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_EXPRESSION_MAXcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_GREATERcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_GREATER_OR_EQUALcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_IS_EQUALcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_IS_LESScom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_IS_LESS_OR_EQUALcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_IS_NOT_EQUALcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_LESScom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_LESS_OR_EQUALcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_MAXcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_MINcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_NON_EQUALITYcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_PRODcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPR_SUMcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_EXPRESSION_MAXcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_OPPOSITEcom.google.ortools.constraintsolver.ModelCachestatic
EXPR_SQUAREcom.google.ortools.constraintsolver.ModelCachestatic
finalize()com.google.ortools.constraintsolver.ModelCacheprotected
findExprConstantExpression(IntExpr expr, long value, int type)com.google.ortools.constraintsolver.ModelCache
findExprExprConstantExpression(IntExpr var1, IntExpr var2, long constant, int type)com.google.ortools.constraintsolver.ModelCache
findExprExprConstraint(IntExpr expr1, IntExpr expr2, int type)com.google.ortools.constraintsolver.ModelCache
findExprExpression(IntExpr expr, int type)com.google.ortools.constraintsolver.ModelCache
findExprExprExpression(IntExpr var1, IntExpr var2, int type)com.google.ortools.constraintsolver.ModelCache
findVarArrayConstantArrayExpression(IntVar[] vars, long[] values, int type)com.google.ortools.constraintsolver.ModelCache
findVarArrayConstantExpression(IntVar[] vars, long value, int type)com.google.ortools.constraintsolver.ModelCache
findVarArrayExpression(IntVar[] vars, int type)com.google.ortools.constraintsolver.ModelCache
findVarConstantArrayExpression(IntVar var, long[] values, int type)com.google.ortools.constraintsolver.ModelCache
findVarConstantConstantConstraint(IntVar var, long value1, long value2, int type)com.google.ortools.constraintsolver.ModelCache
findVarConstantConstantExpression(IntVar var, long value1, long value2, int type)com.google.ortools.constraintsolver.ModelCache
findVarConstantConstraint(IntVar var, long value, int type)com.google.ortools.constraintsolver.ModelCache
findVoidConstraint(int type)com.google.ortools.constraintsolver.ModelCache
getCPtr(ModelCache obj)com.google.ortools.constraintsolver.ModelCacheprotectedstatic
insertExprConstantExpression(IntExpr expression, IntExpr var, long value, int type)com.google.ortools.constraintsolver.ModelCache
insertExprExprConstantExpression(IntExpr expression, IntExpr var1, IntExpr var2, long constant, int type)com.google.ortools.constraintsolver.ModelCache
insertExprExprConstraint(Constraint ct, IntExpr expr1, IntExpr expr2, int type)com.google.ortools.constraintsolver.ModelCache
insertExprExpression(IntExpr expression, IntExpr expr, int type)com.google.ortools.constraintsolver.ModelCache
insertExprExprExpression(IntExpr expression, IntExpr var1, IntExpr var2, int type)com.google.ortools.constraintsolver.ModelCache
insertVarArrayConstantArrayExpression(IntExpr expression, IntVar[] var, long[] values, int type)com.google.ortools.constraintsolver.ModelCache
insertVarArrayConstantExpression(IntExpr expression, IntVar[] var, long value, int type)com.google.ortools.constraintsolver.ModelCache
insertVarArrayExpression(IntExpr expression, IntVar[] vars, int type)com.google.ortools.constraintsolver.ModelCache
insertVarConstantArrayExpression(IntExpr expression, IntVar var, long[] values, int type)com.google.ortools.constraintsolver.ModelCache
insertVarConstantConstantConstraint(Constraint ct, IntVar var, long value1, long value2, int type)com.google.ortools.constraintsolver.ModelCache
insertVarConstantConstantExpression(IntExpr expression, IntVar var, long value1, long value2, int type)com.google.ortools.constraintsolver.ModelCache
insertVarConstantConstraint(Constraint ct, IntVar var, long value, int type)com.google.ortools.constraintsolver.ModelCache
insertVoidConstraint(Constraint ct, int type)com.google.ortools.constraintsolver.ModelCache
ModelCache(long cPtr, boolean cMemoryOwn)com.google.ortools.constraintsolver.ModelCacheprotected
solver()com.google.ortools.constraintsolver.ModelCache
swigCMemOwncom.google.ortools.constraintsolver.ModelCacheprotected
swigRelease(ModelCache obj)com.google.ortools.constraintsolver.ModelCacheprotectedstatic
VAR_ARRAY_CONSTANT_ARRAY_EXPRESSION_MAXcom.google.ortools.constraintsolver.ModelCachestatic
VAR_ARRAY_CONSTANT_ARRAY_SCAL_PRODcom.google.ortools.constraintsolver.ModelCachestatic
VAR_ARRAY_CONSTANT_EXPRESSION_MAXcom.google.ortools.constraintsolver.ModelCachestatic
VAR_ARRAY_CONSTANT_INDEXcom.google.ortools.constraintsolver.ModelCachestatic
VAR_ARRAY_EXPRESSION_MAXcom.google.ortools.constraintsolver.ModelCachestatic
VAR_ARRAY_MAXcom.google.ortools.constraintsolver.ModelCachestatic
VAR_ARRAY_MINcom.google.ortools.constraintsolver.ModelCachestatic
VAR_ARRAY_SUMcom.google.ortools.constraintsolver.ModelCachestatic
VAR_CONSTANT_ARRAY_ELEMENTcom.google.ortools.constraintsolver.ModelCachestatic
VAR_CONSTANT_ARRAY_EXPRESSION_MAXcom.google.ortools.constraintsolver.ModelCachestatic
VAR_CONSTANT_CONSTANT_BETWEENcom.google.ortools.constraintsolver.ModelCachestatic
VAR_CONSTANT_CONSTANT_CONSTRAINT_MAXcom.google.ortools.constraintsolver.ModelCachestatic
VAR_CONSTANT_CONSTANT_EXPRESSION_MAXcom.google.ortools.constraintsolver.ModelCachestatic
VAR_CONSTANT_CONSTANT_SEMI_CONTINUOUScom.google.ortools.constraintsolver.ModelCachestatic
VAR_CONSTANT_CONSTRAINT_MAXcom.google.ortools.constraintsolver.ModelCachestatic
VAR_CONSTANT_EQUALITYcom.google.ortools.constraintsolver.ModelCachestatic
VAR_CONSTANT_GREATER_OR_EQUALcom.google.ortools.constraintsolver.ModelCachestatic
VAR_CONSTANT_LESS_OR_EQUALcom.google.ortools.constraintsolver.ModelCachestatic
VAR_CONSTANT_NON_EQUALITYcom.google.ortools.constraintsolver.ModelCachestatic
VOID_CONSTRAINT_MAXcom.google.ortools.constraintsolver.ModelCachestatic
VOID_FALSE_CONSTRAINTcom.google.ortools.constraintsolver.ModelCachestatic
VOID_TRUE_CONSTRAINTcom.google.ortools.constraintsolver.ModelCachestatic