mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
remove mk_or_reduced
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e32448d7ea
commit
7e91fb5c15
6 changed files with 53 additions and 120 deletions
|
@ -23,6 +23,7 @@ Notes:
|
|||
#include"expr_substitution.h"
|
||||
#include"card2bv_tactic.h"
|
||||
#include"pb_rewriter.h"
|
||||
#include"ast_util.h"
|
||||
|
||||
namespace pb {
|
||||
unsigned card2bv_rewriter::get_num_bits(func_decl* f) {
|
||||
|
@ -85,7 +86,7 @@ namespace pb {
|
|||
}
|
||||
|
||||
void card2bv_rewriter::mk_clause(unsigned n, literal const* lits) {
|
||||
m_lemmas.push_back(m.mk_or_reduced(n, lits));
|
||||
m_lemmas.push_back(mk_or(m, n, lits));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue