mirror of
https://github.com/Z3Prover/z3
synced 2025-06-12 17:06:14 +00:00
remove useless set-activity
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
483a973b37
commit
6e3f05b986
4 changed files with 0 additions and 23 deletions
|
@ -6781,12 +6781,6 @@ class Solver(Z3PPObject):
|
|||
"""Return trail of the solver state after a check() call.
|
||||
"""
|
||||
return AstVector(Z3_solver_get_trail(self.ctx.ref(), self.solver), self.ctx)
|
||||
|
||||
def set_activity(self, lit, act):
|
||||
"""Set activity of literal on solver object.
|
||||
This influences the case split order of the variable.
|
||||
"""
|
||||
Z3_solver_set_activity(self.ctx.ref(), self.solver, lit.ast, act)
|
||||
|
||||
def statistics(self):
|
||||
"""Return statistics for the last `check()`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue