mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3
This commit is contained in:
commit
94b67412ec
2 changed files with 65 additions and 56 deletions
|
@ -216,7 +216,7 @@ namespace smt {
|
|||
void theory_arith<Ext>::propagate_cheap_eq(unsigned rid) {
|
||||
if (!propagate_eqs())
|
||||
return;
|
||||
TRACE("arith_eq", tout << "checking if row " << rid << " can propagate equality.\n";
|
||||
TRACE("arith_eq_verbose", tout << "checking if row " << rid << " can propagate equality.\n";
|
||||
display_row_info(tout, rid););
|
||||
row const & r = m_rows[rid];
|
||||
theory_var x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue