mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
disabled old code
This commit is contained in:
parent
dfd2566e25
commit
e9482a1447
|
@ -868,6 +868,7 @@ bailout:
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0 // Old code.
|
||||||
// main search loop
|
// main search loop
|
||||||
lbool sls_engine::search_old() {
|
lbool sls_engine::search_old() {
|
||||||
lbool res = l_undef;
|
lbool res = l_undef;
|
||||||
|
@ -1060,6 +1061,7 @@ lbool sls_engine::search_old() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
bailout:
|
bailout:
|
||||||
m_mpz_manager.del(new_value);
|
m_mpz_manager.del(new_value);
|
||||||
|
@ -1190,4 +1192,4 @@ unsigned sls_engine::check_restart(unsigned curr_value)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
|
@ -114,7 +114,6 @@ public:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void checkpoint();
|
void checkpoint();
|
||||||
lbool search_old(void);
|
|
||||||
double get_restart_armin(unsigned cnt_restarts);
|
double get_restart_armin(unsigned cnt_restarts);
|
||||||
|
|
||||||
bool what_if(func_decl * fd, const unsigned & fd_inx, const mpz & temp,
|
bool what_if(func_decl * fd, const unsigned & fd_inx, const mpz & temp,
|
||||||
|
@ -148,4 +147,4 @@ protected:
|
||||||
inline unsigned check_restart(unsigned curr_value);
|
inline unsigned check_restart(unsigned curr_value);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue