3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

add sort stumps for expressions

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-09-24 17:13:53 -07:00
parent 27a27f16ff
commit 705607fba0
8 changed files with 195 additions and 58 deletions

View file

@ -96,7 +96,8 @@ void test_cn() {
return false;
} ,
[](unsigned) { return false; },
[]{ return 1; }
[]{ return 1; },
less_than_nex_standard
);
enable_trace("nla_cn");
enable_trace("nla_cn_details");