mirror of
https://github.com/Z3Prover/z3
synced 2025-06-24 06:43:40 +00:00
rewrite pb
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f9f0b2221d
commit
77b2a015a2
3 changed files with 47 additions and 4 deletions
|
@ -504,6 +504,7 @@ struct pb2bv_rewriter::imp {
|
|||
for (unsigned i = 0; i < sz; ++i) {
|
||||
m_coeffs.push_back(pb.get_coeff(f, i));
|
||||
}
|
||||
CTRACE("pb", k.is_neg(), tout << expr_ref(m.mk_app(f, sz, args), m) << "\n";);
|
||||
SASSERT(!k.is_neg());
|
||||
switch (kind) {
|
||||
case OP_PB_GE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue