mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
fixes in assigning constraints to intervals
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
b9483d0aff
commit
e2702f3ae8
5 changed files with 55 additions and 20 deletions
|
@ -72,7 +72,9 @@ void test_cn_on_expr(horner::nex t) {
|
|||
TRACE("nla_cn", tout << "t=" << t << '\n';);
|
||||
cross_nested cn(t, [](const horner::nex& n) {
|
||||
TRACE("nla_cn_test", tout << n << "\n";);
|
||||
} );
|
||||
return false;
|
||||
} ,
|
||||
[](unsigned) { return false; });
|
||||
cn.run();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue