Package | Description |
---|---|
com.google.ortools.constraintsolver |
Modifier and Type | Method and Description |
---|---|
default LongTernaryPredicate |
LongTernaryPredicate.negate()
Returns a predicate that represents the logical negation of this
predicate.
|
Modifier and Type | Method and Description |
---|---|
DecisionBuilder |
Solver.makePhase(IntVar[] vars,
int var_str,
LongTernaryPredicate var_val1_val2_comparator)
var_val1_val2_comparator(var, val1, val2) is true iff assigning value
"val1" to variable "var" is better than assigning value "val2". |
static long |
mainJNI.Solver_makePhase__SWIG_3(long jarg1,
Solver jarg1_,
IntVar[] jarg2,
int jarg3,
LongTernaryPredicate jarg4) |
Copyright © 2025. All rights reserved.