mirror of
https://github.com/Z3Prover/z3
synced 2025-06-07 06:33:23 +00:00
Fix typos in examples.
This commit is contained in:
parent
ec5b148ecc
commit
0edd587e5a
9 changed files with 12 additions and 12 deletions
|
@ -26,7 +26,7 @@ axioms = [ForAll([x], Implies(Human(x), Mortal(x))),
|
|||
s = Solver()
|
||||
s.add(axioms)
|
||||
|
||||
print(s.check()) # prints sat so axioms are coherents
|
||||
print(s.check()) # prints sat so axioms are coherent
|
||||
|
||||
# classical refutation
|
||||
s.add(Not(Mortal(socrates)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue