mirror of
https://github.com/Z3Prover/z3
synced 2025-10-01 21:49: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() {
|
void test_simplify() {
|
||||||
#ifdef Z3DEBUG
|
#ifdef Z3DEBUG
|
||||||
nex_creator r;
|
nex_creator r;
|
||||||
|
reslimit limit;
|
||||||
cross_nested cn(
|
cross_nested cn(
|
||||||
[](const nex *n) {
|
[](const nex *n) {
|
||||||
TRACE(nla_cn_test, tout << *n << "\n";);
|
TRACE(nla_cn_test, tout << *n << "\n";);
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
[](unsigned) { return false; }, []() { return 1; }, // for random
|
[](unsigned ) { return false; },
|
||||||
|
limit,
|
||||||
|
1,
|
||||||
r);
|
r);
|
||||||
enable_trace("nla_cn");
|
enable_trace("nla_cn");
|
||||||
enable_trace("nla_cn_details");
|
enable_trace("nla_cn_details");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue