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