mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 12:15:48 -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".
|
||||
|
||||
```ocaml
|
||||
# a <> b;;
|
||||
- : bool = true
|
||||
# Sat.assume solver [[a; b]] ();;
|
||||
- : unit = ()
|
||||
# let res = Sat.solve solver;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue