mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
fixes in cross_nested, vargrind finds error : wrong pointer operations in update_front_with_split_with_non_empty_b
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
46f8159926
commit
9cb8077a17
3 changed files with 81 additions and 48 deletions
|
@ -78,8 +78,7 @@ void test_cn_on_expr(horner::nex t) {
|
|||
void test_cn() {
|
||||
typedef horner::nex nex;
|
||||
enable_trace("nla_cn");
|
||||
enable_trace("nla_cn_cn");
|
||||
enable_trace("nla_cn_details");
|
||||
// enable_trace("nla_cn_details");
|
||||
nex a = nex::var(0), b = nex::var(1), c = nex::var(2), d = nex::var(3), e = nex::var(4);
|
||||
// test_cn_on_expr(a*b + a*c + b*c);
|
||||
//TRACE("nla_cn", tout << "done\n";);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue