mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 19:02:02 +00:00
bool_vector, some spacer tidy
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2ed26e8e73
commit
b889b110ee
106 changed files with 239 additions and 266 deletions
|
@ -78,7 +78,7 @@ namespace opt {
|
|||
vector<inf_eps> m_objective_values;
|
||||
sref_vector<model> m_models;
|
||||
expr_ref_vector m_objective_terms;
|
||||
svector<bool> m_valid_objectives;
|
||||
bool_vector m_valid_objectives;
|
||||
bool m_dump_benchmarks;
|
||||
static unsigned m_dump_count;
|
||||
statistics m_stats;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue