mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
parent
4f7f4376b8
commit
d5fde2e578
src
|
@ -22,6 +22,7 @@ Revision History:
|
|||
|
||||
#include "ast/rewriter/maximize_ac_sharing.h"
|
||||
#include "ast/simplifiers/dependent_expr_state.h"
|
||||
#include "ast/rewriter/rewriter_def.h"
|
||||
|
||||
class max_bv_sharing : public dependent_expr_simplifier {
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@ Author:
|
|||
--*/
|
||||
|
||||
|
||||
#include "ast/rewriter/rewriter_def.h"
|
||||
#include "ast/simplifiers/bit_blaster.h"
|
||||
#include "ast/simplifiers/max_bv_sharing.h"
|
||||
#include "ast/simplifiers/card2bv.h"
|
||||
|
|
Loading…
Reference in a new issue