| 
 | OptaPlanner core 6.1.0.Final | |||||||||
| 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 Solutionis 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.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||