Package | Description |
---|---|
com.google.ortools.constraintsolver |
Modifier and Type | Method and Description |
---|---|
void |
Solver.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 long |
mainJNI.CastConstraint_target_var(long jarg1,
CastConstraint jarg1_) |
static long |
CastConstraint.getCPtr(CastConstraint obj) |
static void |
mainJNI.Solver_addCastConstraint(long jarg1,
Solver jarg1_,
long jarg2,
CastConstraint jarg2_,
long jarg3,
IntVar jarg3_,
long jarg4,
IntExpr jarg4_) |
static long |
CastConstraint.swigRelease(CastConstraint obj) |
Copyright © 2025. All rights reserved.