mirror of
https://github.com/Z3Prover/z3
synced 2026-02-20 07:24:40 +00:00
going over the binary factor for basic lemmas
Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
parent
318b505a2e
commit
5344dedf42
10 changed files with 170 additions and 141 deletions
|
|
@ -797,7 +797,7 @@ bool int_solver::get_freedom_interval_for_column(unsigned j, bool & inf_l, impq
|
|||
|
||||
TRACE("freedom_interval",
|
||||
tout << "freedom variable for:\n";
|
||||
tout << m_lar_solver->get_column_name(j);
|
||||
tout << m_lar_solver->get_variable_name(j);
|
||||
tout << "[";
|
||||
if (inf_l) tout << "-oo"; else tout << l;
|
||||
tout << "; ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue