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:
parent
6aa0086969
commit
670f56e5e4
4 changed files with 24 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue