mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
documentation
This commit is contained in:
parent
cb988eadfa
commit
a1f46f4870
3 changed files with 21 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,3 +14,4 @@ _build/
|
|||
.*.swp
|
||||
TAGS
|
||||
.session
|
||||
*.docdir
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@ LOG=build.log
|
|||
COMP=ocamlbuild -log $(LOG) -use-ocamlfind -package num,zarith,unix -classic-display
|
||||
FLAGS=
|
||||
DIRS=-Is smt,common
|
||||
DOC=lib.docdir/index.html
|
||||
DOC=msat.docdir/index.html
|
||||
|
||||
NAME=msat
|
||||
|
||||
|
|
|
|||
19
msat.odocl
Normal file
19
msat.odocl
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
smt/Arith
|
||||
smt/Cc
|
||||
smt/Combine
|
||||
smt/Exception
|
||||
smt/Explanation
|
||||
smt/Fm
|
||||
smt/Intervals
|
||||
smt/Literal
|
||||
smt/Polynome
|
||||
smt/Smt
|
||||
smt/Solver
|
||||
smt/Solver_types
|
||||
smt/Sum
|
||||
smt/Symbols
|
||||
smt/Term
|
||||
smt/Ty
|
||||
smt/Uf
|
||||
smt/Use
|
||||
|
||||
Loading…
Add table
Reference in a new issue