Merge branch 'master' of github.com:Gbury/mSAT

This commit is contained in:
Guillaume Bury 2014-10-29 14:27:59 +01:00
commit d552fede50
3 changed files with 21 additions and 1 deletions

1
.gitignore vendored
View file

@ -14,3 +14,4 @@ _build/
.*.swp .*.swp
TAGS TAGS
.session .session
*.docdir

View file

@ -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
View 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