Uses of Class
com.google.ortools.constraintsolver.CastConstraint
Packages that use CastConstraint
-
Uses of CastConstraint in com.google.ortools.constraintsolver
Methods in com.google.ortools.constraintsolver with parameters of type CastConstraintModifier and TypeMethodDescriptionvoidSolver.addCastConstraint(CastConstraint constraint, IntVar target_var, IntExpr expr) Adds 'constraint' to the solver and marks it as a cast constraint, that
is, a constraint created calling Var() on an expression.static final longmainJNI.CastConstraint_target_var(long jarg1, CastConstraint jarg1_) static longCastConstraint.getCPtr(CastConstraint obj) static final voidmainJNI.Solver_addCastConstraint(long jarg1, Solver jarg1_, long jarg2, CastConstraint jarg2_, long jarg3, IntVar jarg3_, long jarg4, IntExpr jarg4_) static longCastConstraint.swigRelease(CastConstraint obj)