mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +00:00
smarter explanation.h (#4385)
* smarter explanation.h Signed-off-by: Lev Nachmanson <levnach@hotmail.com> * clean explanation API Signed-off-by: Lev Nachmanson <levnach@hotmail.com> * suppress warnings Signed-off-by: Lev Nachmanson <levnach@hotmail.com> * disable the warnings Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
3b0c40044f
commit
af2f74c05f
16 changed files with 109 additions and 89 deletions
|
@ -78,6 +78,7 @@ void test_cn_on_expr(nex_sum *t, cross_nested& cn) {
|
|||
}
|
||||
|
||||
void test_nex_order() {
|
||||
#if Z3DEBUG
|
||||
enable_trace("nla_cn");
|
||||
enable_trace("nla_cn_details");
|
||||
// enable_trace("nla_cn_details_");
|
||||
|
@ -116,6 +117,7 @@ void test_nex_order() {
|
|||
nex_mul * poly = r.mk_mul(five_a_pl_one, b);
|
||||
nex * p = r.simplify(poly);
|
||||
std::cout << "poly = " << *poly << " , p = " << *p << "\n";
|
||||
#endif
|
||||
}
|
||||
|
||||
void test_simplify() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue