mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
move parameters from ast/rewriter to params
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
507b4c7848
commit
11c90cc142
15 changed files with 15 additions and 16 deletions
|
@ -16,10 +16,10 @@
|
|||
--*/
|
||||
#include "tactic/bv/bv_bound_chk_tactic.h"
|
||||
#include "ast/ast.h"
|
||||
#include "params/rewriter_params.hpp"
|
||||
#include "ast/rewriter/rewriter.h"
|
||||
#include "ast/rewriter/rewriter_def.h"
|
||||
#include "ast/rewriter/bv_bounds.h"
|
||||
#include "ast/rewriter/rewriter_params.hpp"
|
||||
#include "ast/rewriter/bool_rewriter.h"
|
||||
|
||||
struct bv_bound_chk_stats {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue