Skip to content

Commit

Permalink
Add a sample code.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedretaber committed Sep 18, 2024
1 parent df13572 commit 933a48a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/simplification_prepare2.dl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source x('A':int).
view v('A':int).

+x(A) :- x(A), v(A), A <> 42.
-x(A) :- +x(A), +v(A).

0 comments on commit 933a48a

Please sign in to comment.