Skip to content

Commit

Permalink
première réunion
Browse files Browse the repository at this point in the history
  • Loading branch information
OCamlPro-mattiasdrp committed Jun 30, 2020
1 parent de4280e commit f3ad875
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/smt2/arith/arith1.ae
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
logic x : int
goal g : ("model:":x) < 42
7 changes: 7 additions & 0 deletions examples/smt2/bool/bool2.smt2
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(set-logic QF_UF)
(declare-const x Bool)
(declare-const y Bool)
(assert (or x (not x)))
(check-sat)
(get-model)
(get-assignment)

0 comments on commit f3ad875

Please sign in to comment.