|
OptaPlanner core 6.2.0.CR3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeasibilityScore<S extends FeasibilityScore>
A Score
that supports isFeasible()
.
Most Score
implementations implement this interface (including HardSoftScore
,
except for SimpleScore
variants.
Score
Method Summary | |
---|---|
boolean |
isFeasible()
A Solution is feasible if it has no broken hard constraints. |
Methods inherited from interface org.optaplanner.core.api.score.Score |
---|
add, divide, isCompatibleArithmeticArgument, multiply, negate, power, subtract, toLevelNumbers |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
boolean isFeasible()
Solution
is feasible if it has no broken hard constraints.
|
OptaPlanner core 6.2.0.CR3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |