karmaresearch / vlog

Apache License 2.0
55 stars 9 forks source link

RJA classification problem 2 #83

Closed irina-dragoste closed 2 years ago

irina-dragoste commented 3 years ago

With rules

R(y, z) :- R(x, y) . R(y, x) :- R(x, y) .

and empty edb.conf, the command

vlog cycles --alg RJA --rules rules -e edb.conf does not classify the rule set as RJA, but it should.