mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 12:45:48 -05:00
Removed Expr module from msat lib
This commit is contained in:
parent
a0d8bd5457
commit
4522aa3ddc
2 changed files with 0 additions and 5 deletions
4
_tags
4
_tags
|
|
@ -20,10 +20,6 @@ true: inline(100), optimize(3), unbox_closures, unbox_closures_factor(20)
|
|||
<src/backend/*.cmx>: for-pack(Msat)
|
||||
<src/util/*.cmx>: for-pack(Msat)
|
||||
|
||||
<src/sat/*.cmx>: for-pack(Msat_sat)
|
||||
<src/smt/*.cmx>: for-pack(Msat_smt)
|
||||
<src/mcsat/*.cmx>: for-pack(Msat_mcsat)
|
||||
|
||||
# Testing dependencies
|
||||
<src/main.*>: package(dolmen)
|
||||
<src/util/type.*>: package(dolmen)
|
||||
|
|
|
|||
|
|
@ -25,5 +25,4 @@ Dot
|
|||
Dedukti
|
||||
|
||||
# Auxiliary modules
|
||||
Expr
|
||||
Tseitin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue