mirror of
https://github.com/Z3Prover/z3
synced 2025-11-04 21:39:13 +00:00
cleanup
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
f81303f2f3
commit
752c999e0a
5 changed files with 95 additions and 621 deletions
|
|
@ -239,7 +239,7 @@ namespace nlsat {
|
|||
else {
|
||||
UNREACHABLE();
|
||||
}
|
||||
TRACE("linxi_reorder",
|
||||
TRACE("reorder",
|
||||
tout << "new order: ";
|
||||
for (unsigned i = 0; i < num_vars; i++)
|
||||
tout << new_order[i] << " ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue