mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 21:16:02 +00:00
move user propagte declare to context level
declaration of user propagate functions are declared at context level instead of at solver scope.
This commit is contained in:
parent
4856581b68
commit
f0740bdf60
17 changed files with 92 additions and 324 deletions
|
@ -85,7 +85,7 @@ public:
|
|||
throw default_exception("tactic does not support user propagation");
|
||||
}
|
||||
|
||||
unsigned user_propagate_register(expr* e) override { return 0; }
|
||||
unsigned user_propagate_register_expr(expr* e) override { return 0; }
|
||||
virtual char const* name() const = 0;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue