3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-24 13:18:55 +00:00

remove reference to tactic.h

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-12-22 13:17:04 -08:00
parent 7adb402a3f
commit cd331b8a56
3 changed files with 10 additions and 10 deletions

View file

@ -117,7 +117,6 @@ public:
unsynch_mpz_manager& get_mpz_manager() { return m_mpz_manager; }
protected:
void checkpoint();
bool what_if(func_decl * fd, const unsigned & fd_inx, const mpz & temp,
double & best_score, unsigned & best_const, mpz & best_value);