mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
fix test build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
46bfcbd4f8
commit
eaa80d5b02
|
@ -36,7 +36,6 @@ class pb_fuzzer {
|
|||
public:
|
||||
pb_fuzzer(ast_manager& m): m(m), rand(0), ctx(m, params), vars(m) {
|
||||
params.m_model = true;
|
||||
params.m_pb_enable_simplex = true;
|
||||
unsigned N = 3;
|
||||
for (unsigned i = 0; i < N; ++i) {
|
||||
std::stringstream strm;
|
||||
|
@ -48,7 +47,6 @@ public:
|
|||
|
||||
void fuzz() {
|
||||
enable_trace("pb");
|
||||
enable_trace("simplex");
|
||||
unsigned nr = 0;
|
||||
for (unsigned i = 0; i < 100000; ++i) {
|
||||
fuzz_round(nr, 2);
|
||||
|
|
Loading…
Reference in a new issue