mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 04:05:43 -05:00
wip: add small SMT solver for the guide
This commit is contained in:
parent
1c2b37eb72
commit
1fd226183e
2 changed files with 21 additions and 0 deletions
8
doc/dune
8
doc/dune
|
|
@ -11,4 +11,12 @@
|
|||
|
||||
(executable
|
||||
(name mdx_runner)
|
||||
(modules mdx_runner)
|
||||
(modes native))
|
||||
|
||||
(executable
|
||||
(name small_solver)
|
||||
(modules small_solver)
|
||||
(flags :standard -warn-error -a+8)
|
||||
(libraries containers sidekick.core sikekick-base sikekick-base.solver)
|
||||
(modes native))
|
||||
|
|
|
|||
13
doc/small_solver.ml
Normal file
13
doc/small_solver.ml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
(** A small SMT solver as a demo for Sidekick *)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
(** Main.
|
||||
|
||||
Here we just read the name of the *)
|
||||
|
||||
|
||||
Loading…
Add table
Reference in a new issue