Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jan 15, 2023
1 parent 4f7f437 commit d5fde2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ast/simplifiers/max_bv_sharing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
1 change: 1 addition & 0 deletions src/sat/sat_solver/sat_smt_preprocess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Module Name:
--*/


#include "ast/rewriter/rewriter_def.h"
#include "ast/simplifiers/bit_blaster.h"
#include "ast/simplifiers/max_bv_sharing.h"
#include "ast/simplifiers/card2bv.h"
Expand Down

0 comments on commit d5fde2e

Please sign in to comment.