3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 19:47:52 +00:00

adjust benchmark generation

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-12-21 07:09:39 -08:00
parent 6aa0086969
commit 670f56e5e4
4 changed files with 24 additions and 10 deletions

View file

@ -48,7 +48,7 @@ namespace opt {
svector<smt::theory_var> m_objective_vars;
vector<inf_eps> m_objective_values;
bool m_dump_benchmarks;
unsigned m_dump_count;
static unsigned m_dump_count;
statistics m_stats;
filter_model_converter m_fm;
public: