3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

remove internal referenes to set_activity

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-05-30 16:06:05 -07:00
parent fc4c162e31
commit 8893913c98
11 changed files with 0 additions and 42 deletions

View file

@ -203,10 +203,6 @@ namespace smt {
return m_context.get_trail();
}
void set_activity(expr* lit, double activity) override {
m_context.set_activity(lit, activity);
}
struct scoped_minimize_core {
smt_solver& s;
expr_ref_vector m_assumptions;