3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00

Reorganizing the code

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-20 19:30:14 -07:00
parent ded42feeb6
commit 8b70f0b833
24 changed files with 1 additions and 0 deletions

View file

@ -163,5 +163,6 @@ add_lib('nlsat', ['util', 'sat_core', 'polynomial'])
add_lib('subpaving', ['util'])
add_lib('ast', ['util', 'polynomial'])
add_lib('rewriter', ['util', 'ast', 'polynomial'])
add_lib('model', ['util', 'ast', 'rewriter'])
add_lib('tactic', ['util', 'ast'])