3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-18 02:16:40 +00:00

Minimizing dependencies to assertion_set

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-24 13:33:54 -07:00
parent 839cc36e11
commit 361b55edfd
7 changed files with 7 additions and 119 deletions

View file

@ -26,8 +26,6 @@ Notes:
#include"model_pp.h"
#include"model_evaluator.h"
#include"solve_eqs_tactic.h"
#include"assertion_set_rewriter.h"
#include"shallow_context_simplifier.h"
#include"elim_uncnstr_tactic.h"
#include"bv_size_reduction_tactic.h"
#include"max_bv_sharing_tactic.h"