mirror of
https://github.com/Z3Prover/z3
synced 2026-02-11 11:24:31 +00:00
roll back extra argument to on_clause
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ec4155ed84
commit
aae8242483
6 changed files with 9 additions and 18 deletions
|
|
@ -27,7 +27,7 @@ namespace user_propagator {
|
|||
typedef std::function<void(void*, callback*, unsigned)> pop_eh_t;
|
||||
typedef std::function<void(void*, callback*, expr*)> created_eh_t;
|
||||
typedef std::function<void(void*, callback*, expr*, unsigned, bool)> decide_eh_t;
|
||||
typedef std::function<void(void*, expr*, unsigned, unsigned const*, unsigned, expr* const*, unsigned const)> on_clause_eh_t;
|
||||
typedef std::function<void(void*, expr*, unsigned, unsigned const*, unsigned, expr* const*)> on_clause_eh_t;
|
||||
typedef std::function<bool(void*, callback*, expr*, expr*)> binding_eh_t;
|
||||
|
||||
class plugin : public decl_plugin {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue