mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Reorganizing the code
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
8a6997960a
commit
c66b9ab615
|
@ -158,4 +158,5 @@ def add_lib(name, deps):
|
|||
|
||||
add_lib('util', [])
|
||||
add_lib('polynomial', ['util'])
|
||||
add_lib('sat', ['util'])
|
||||
add_lib('ast', ['util', 'polynomial'])
|
||||
|
|
|
@ -17,7 +17,6 @@ Revision History:
|
|||
|
||||
--*/
|
||||
#include"sat_solver.h"
|
||||
#include"strategy_exception.h"
|
||||
#include"sat_integrity_checker.h"
|
||||
#include"luby.h"
|
||||
#include"trace.h"
|
Loading…
Reference in a new issue