org.optaplanner.core.api.score
public interface FeasibilityScore<S extends FeasibilityScore> extends Score<S>
Score
that supports isFeasible()
.Modifier and Type | Method and Description |
---|---|
boolean |
isFeasible()
A
Solution is feasible if it has no broken hard constraints. |
add, divide, multiply, power, subtract, toLevelNumbers
compareTo
boolean isFeasible()
Solution
is feasible if it has no broken hard constraints.Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.