mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
debug sorting of nex expressions
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
019ba1e942
commit
4c1a120391
3 changed files with 27 additions and 13 deletions
|
@ -86,6 +86,9 @@ void test_simplify() {
|
|||
enable_trace("nla_cn");
|
||||
enable_trace("nla_cn_details");
|
||||
nex_creator & r = cn.get_nex_creator();
|
||||
r.active_vars_weights().resize(3);
|
||||
for (unsigned j = 0; j < r.active_vars_weights().size(); j++)
|
||||
r.active_vars_weights()[j] = static_cast<var_weight>(5 - j);
|
||||
nex_var* a = r.mk_var(0);
|
||||
nex_var* b = r.mk_var(1);
|
||||
nex_var* c = r.mk_var(2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue