You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line 307 of AnalyzeUnjustified.java, there is the condition if (p instanceof FixedInterpretationLiteral) which can never be true because p is an Atom, not a Literal.
The text was updated successfully, but these errors were encountered:
In line 307 of AnalyzeUnjustified.java, there is the condition
if (p instanceof FixedInterpretationLiteral)
which can never be true becausep
is anAtom
, not aLiteral
.The text was updated successfully, but these errors were encountered: