mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 16:38:45 +00:00
remove internal referenes to set_activity
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fc4c162e31
commit
8893913c98
11 changed files with 0 additions and 42 deletions
|
@ -93,10 +93,6 @@ public:
|
|||
throw default_exception("cannot retrieve trail from solvers created using tactcis");
|
||||
}
|
||||
|
||||
void set_activity(expr* var, double activity) override {
|
||||
throw default_exception("cannot set activity for solvers created using tactcis");
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue