Skip to content

Commit

Permalink
Adapt the external equivalence examples
Browse files Browse the repository at this point in the history
  • Loading branch information
teiesti committed Aug 22, 2024
1 parent 4a7eee9 commit 41dcaac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions res/examples/external_equivalence/cover/cover.ug
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
input: n$i.
input: n -> integer.
input: s/2.

output: in_cover/1.

assumption: n$i >= 0.
assumption: n >= 0.
6 changes: 3 additions & 3 deletions res/examples/external_equivalence/primes/complex/primes.ug
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
input: a$i.
input: b$i.
input: a -> integer.
input: b -> integer.

assumption: a$i > 1.
assumption: a > 1.

output: prime/1.

0 comments on commit 41dcaac

Please sign in to comment.