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
FAIL: ../src/dlvhex2 -s --plugindir=\!../testsuite --liberalsafety --solver=genuineii --heuristics=monolithic ../examples/liberalsafety7.hex (answersets differ)
4 External atom &id[p](X) in rule
p(X) :- &id[p](X).
is nonmonotonic and necessary for safety. This can decrease grounding performance significantly.
Consider using a different heuristics or ensure safty by other means, e.g., additional ordinary atoms which bound the output.
...
FAIL: ../src/dlvhex2 -s --plugindir=\!../testsuite --liberalsafety --solver=genuinegc --heuristics=monolithic ../examples/liberalsafety7.hex (answersets differ)
4 External atom &id[p](X) in rule
p(X) :- &id[p](X).
is nonmonotonic and necessary for safety. This can decrease grounding performance significantly.
Consider using a different heuristics or ensure safty by other means, e.g., additional ordinary atoms which bound the output.
The text was updated successfully, but these errors were encountered:
fails both with genuineii and genuinegc solvers
output of
make check-examples
The text was updated successfully, but these errors were encountered: