hexhex / core

DLVHEX solver: core system and plugin API
http://www.kr.tuwien.ac.at/research/systems/dlvhex/
GNU Lesser General Public License v2.1
24 stars 8 forks source link

test weak7.hex fails #21

Open peschue opened 8 years ago

peschue commented 8 years ago

output of log

 8 iterators not the same!
 8 unparsed 'member(X,p1) | member(X,p2) :- employee(X).'
 8 ----------^
GeneralError: Syntax Error: Could not parse complete input!

FAIL: ../src/dlvhex2 -s --plugindir=\!../testsuite --solver=genuinegc --weak-enable ../examples/weak7.hex (abnormal termination)
 8 iterators not the same!
 8 unparsed 'member(X,p1) | member(X,p2) :- employee(X).'
 8 ----------^
GeneralError: Syntax Error: Could not parse complete input!

FAIL: ../src/dlvhex2 -s --plugindir=\!../testsuite --solver=genuinegc --weak-enable --heuristics=monolithic ../examples/weak7.hex (abnormal termination)

This might be old, but did we ever support "|" instead of "v" for disjunction?

According to ASP-Core-2 we should support "|" ("OR" in Section 5 of ASP-Core-2).