3
0
Fork 0
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:
Nikolaj Bjorner 2021-12-07 09:03:19 -08:00
parent 658a334ecf
commit 50d50cdb48
3 changed files with 29 additions and 6 deletions

View file

@ -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;