mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 20:25:31 -05:00
doc: check something in the readme
This commit is contained in:
parent
c376f1d763
commit
1632c1a619
1 changed files with 2 additions and 0 deletions
|
|
@ -78,6 +78,8 @@ We can try and check the satisfiability of some clauses — here, the clause `a
|
||||||
will check the satisfiability of the current set of clauses, here "Sat".
|
will check the satisfiability of the current set of clauses, here "Sat".
|
||||||
|
|
||||||
```ocaml
|
```ocaml
|
||||||
|
# a <> b;;
|
||||||
|
- : bool = true
|
||||||
# Sat.assume solver [[a; b]] ();;
|
# Sat.assume solver [[a; b]] ();;
|
||||||
- : unit = ()
|
- : unit = ()
|
||||||
# let res = Sat.solve solver;;
|
# let res = Sat.solve solver;;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue