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:
parent
27a27f16ff
commit
705607fba0
8 changed files with 195 additions and 58 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue