mirror of
https://github.com/Z3Prover/z3
synced 2025-10-02 05:59:29 +00:00
fix compile of lp.cpp
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a8ae52bfbf
commit
0e8648c7d7
1 changed files with 4 additions and 1 deletions
|
@ -181,12 +181,15 @@ void test_nex_order() {
|
|||
void test_simplify() {
|
||||
#ifdef Z3DEBUG
|
||||
nex_creator r;
|
||||
reslimit limit;
|
||||
cross_nested cn(
|
||||
[](const nex *n) {
|
||||
TRACE(nla_cn_test, tout << *n << "\n";);
|
||||
return false;
|
||||
},
|
||||
[](unsigned) { return false; }, []() { return 1; }, // for random
|
||||
[](unsigned ) { return false; },
|
||||
limit,
|
||||
1,
|
||||
r);
|
||||
enable_trace("nla_cn");
|
||||
enable_trace("nla_cn_details");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue