mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
register forbidden functions with reduce_args for user-propagator
This commit is contained in:
parent
658a334ecf
commit
50d50cdb48
3 changed files with 29 additions and 6 deletions
|
@ -85,6 +85,8 @@ public:
|
|||
throw default_exception("tactic does not support user propagation");
|
||||
}
|
||||
|
||||
unsigned user_propagate_register(expr* e) override { return 0; }
|
||||
|
||||
protected:
|
||||
friend class nary_tactical;
|
||||
friend class binary_tactical;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue