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
The program a v -a has two answer sets {a} and {-a}. Now consider the following program (inspect.hex), which inspects the answer sets of the subprogram a v -a:
The program
a v -a
has two answer sets{a}
and{-a}
. Now consider the following program (inspect.hex), which inspects the answer sets of the subprograma v -a
:The answer set of this program does not contain a
term
atom corresponding to the-a
atom in one of the two answer sets of the subprogram:I would expect
term(1,_,0,-a)
to be in the answer set as well.The text was updated successfully, but these errors were encountered: