Skip to content

Commit

Permalink
Merge pull request #497 from javier-romero/patch-1
Browse files Browse the repository at this point in the history
Fix bug found by Ben
  • Loading branch information
rkaminsk authored May 15, 2024
2 parents 4113b4b + fbc2dfc commit 2ee5b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/reify/classical/encoding.lp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

atom( A ) :- atom_tuple(_,A).
atom(|L|) :- literal_tuple(_,L).
atom(|L|) :- weighted_literal_tuple(_,L).
atom(|L|) :- weighted_literal_tuple(_,L,_).

{ hold(A) : atom(A) }.

0 comments on commit 2ee5b14

Please sign in to comment.