mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
Merge branch 'master' of github.com:Gbury/mSAT
This commit is contained in:
commit
d552fede50
3 changed files with 21 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,3 +14,4 @@ _build/
|
||||||
.*.swp
|
.*.swp
|
||||||
TAGS
|
TAGS
|
||||||
.session
|
.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
|
COMP=ocamlbuild -log $(LOG) -use-ocamlfind -package num,zarith,unix -classic-display
|
||||||
FLAGS=
|
FLAGS=
|
||||||
DIRS=-Is smt,common
|
DIRS=-Is smt,common
|
||||||
DOC=lib.docdir/index.html
|
DOC=msat.docdir/index.html
|
||||||
|
|
||||||
NAME=msat
|
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