public interface FeasibilityScore<S extends FeasibilityScore> extends Score<S>
Score
that supports isFeasible()
.
Most Score
implementations implement this interface (including HardSoftScore
),
except for SimpleScore
variants.Score
Modifier and Type | Method and Description |
---|---|
boolean |
isFeasible()
A
Solution is feasible if it has no broken hard constraints. |
add, divide, isCompatibleArithmeticArgument, multiply, negate, power, subtract, toLevelNumbers
compareTo
boolean isFeasible()
Solution
is feasible if it has no broken hard constraints.Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.