mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
fixes to cuts
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7d8b56027f
commit
dcd4fff284
18 changed files with 75 additions and 50 deletions
|
@ -57,7 +57,7 @@ class bit_blaster_tactic : public tactic {
|
|||
if (proofs_enabled && m_blast_quant)
|
||||
throw tactic_exception("quantified variable blasting does not support proof generation");
|
||||
|
||||
tactic_report report("bit-blaster", *g);
|
||||
tactic_report report("bit-blast", *g);
|
||||
|
||||
TRACE("before_bit_blaster", g->display(tout););
|
||||
m_num_steps = 0;
|
||||
|
|
|
@ -184,7 +184,7 @@ public:
|
|||
m_mc = nullptr;
|
||||
unsigned num_reduced = 0;
|
||||
{
|
||||
tactic_report report("bv-size-reduction", g);
|
||||
tactic_report report("reduce-bv-size", g);
|
||||
collect_bounds(g);
|
||||
|
||||
// create substitution
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue