mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix gcc compiler warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e6b8af402f
commit
64bd62b17e
24 changed files with 18 additions and 1114 deletions
|
@ -149,13 +149,13 @@ namespace opt {
|
|||
m_max_weight(0),
|
||||
m_denominator(1),
|
||||
m_alloc("hitting-sets"),
|
||||
m_weights_var(0),
|
||||
m_qhead(0),
|
||||
m_scope_lvl(0),
|
||||
m_conflict_j(justification(justification::AXIOM)),
|
||||
m_inconsistent(false),
|
||||
m_scope_lvl(0),
|
||||
m_compare_scores(),
|
||||
m_heap(0, m_compare_scores) {
|
||||
m_heap(0, m_compare_scores),
|
||||
m_weights_var(0) {
|
||||
m_enable_simplex = true;
|
||||
m_compare_scores.m_imp = this;
|
||||
}
|
||||
|
|
|
@ -73,7 +73,6 @@ namespace opt {
|
|||
filter_model_converter& m_fm;
|
||||
progress_callback * m_callback;
|
||||
symbol m_logic;
|
||||
bool m_objective_enabled;
|
||||
svector<smt::theory_var> m_objective_vars;
|
||||
vector<inf_eps> m_objective_values;
|
||||
sref_vector<model> m_models;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue