mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
update doc by merging everything into one dir
This commit is contained in:
parent
21206cb166
commit
badf58ffdd
4 changed files with 18 additions and 11 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@
|
|||
LOG=build.log
|
||||
COMP=ocamlbuild -log $(LOG) -use-ocamlfind
|
||||
FLAGS=
|
||||
DOC=src/msat.docdir/index.html src/msat_sat.docdir/index.html src/msat_smt.docdir/index.html
|
||||
DOC=src/msat.docdir/index.html
|
||||
BIN=main.native
|
||||
TEST_BIN=tests/test_api.native
|
||||
|
||||
|
|
|
|||
|
|
@ -28,3 +28,20 @@ backend/Backend_intf
|
|||
|
||||
# Auxiliary
|
||||
util/Hashcons
|
||||
|
||||
|
||||
# SAT solver frontend
|
||||
sat/Expr_sat
|
||||
sat/Sat
|
||||
sat/Type_sat
|
||||
|
||||
# SMT solver frontend
|
||||
smt/Expr_smt
|
||||
smt/Smt
|
||||
smt/Type_smt
|
||||
smt/Unionfind
|
||||
|
||||
# MCsat
|
||||
mcsat/Eclosure
|
||||
mcsat/Mcsat
|
||||
mcsat/Plugin_mcsat
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
|
||||
sat/Expr_sat
|
||||
sat/Sat
|
||||
sat/Type_sat
|
||||
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
|
||||
smt/Expr_smt
|
||||
smt/Smt
|
||||
smt/Type_smt
|
||||
smt/Unionfind
|
||||
Loading…
Add table
Reference in a new issue