mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
build warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
36da1c828d
commit
030da1f8ac
7 changed files with 6 additions and 9 deletions
|
@ -1620,7 +1620,6 @@ namespace smtfd {
|
|||
unsigned_vector m_toggles_lim;
|
||||
model_ref m_model;
|
||||
std::string m_reason_unknown;
|
||||
unsigned m_max_conflicts;
|
||||
|
||||
void set_delay_simplify() {
|
||||
params_ref p;
|
||||
|
@ -1863,8 +1862,7 @@ namespace smtfd {
|
|||
m_assertions(m),
|
||||
m_assertions_qhead(0),
|
||||
m_axioms(m),
|
||||
m_toggles(m),
|
||||
m_max_conflicts(50)
|
||||
m_toggles(m)
|
||||
{
|
||||
updt_params(p);
|
||||
add_toggle(m.mk_true());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue