Skip to content

Commit

Permalink
Fix bug found by Ben
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-romero authored May 15, 2024
1 parent 849f282 commit fbc2dfc
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 fbc2dfc

Please sign in to comment.