Skip to content

Commit

Permalink
test: added tests for conjure solve to the testing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vincepick committed Dec 18, 2024
1 parent 6ed1a81 commit ac116b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/testScript/conjure_solve-tests/model-test.solution
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language Essence 1.3

letting y be 6
4 changes: 4 additions & 0 deletions scripts/testScript/conjure_solve-tests/model.essence
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
given x: int(1..10)
find y: int(1..10)
such that
y > x
1 change: 1 addition & 0 deletions scripts/testScript/conjure_solve-tests/test.param
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
letting x be 5

0 comments on commit ac116b6

Please sign in to comment.