public final class InvalidAnswerCVCL extends InvalidAnswer
| Constructor and Description |
|---|
InvalidAnswerCVCL(CVCL cvcl,
java.lang.String justification)
Create answer that formula is valid with denoted justification.
|
| Modifier and Type | Method and Description |
|---|---|
Expression[] |
getCounterExample()
Interpret justification as a counterexample.
|
getJustificationpublic InvalidAnswerCVCL(CVCL cvcl, java.lang.String justification)
cvcl - CVCL instance that gave the answerjustification - why is formula invalid (may be null)public Expression[] getCounterExample()
getCounterExample in class InvalidAnswer