mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 14:25:46 +00:00
add examples with proof replay
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
88d10f7fe4
commit
f6595c161f
9 changed files with 166 additions and 5 deletions
|
@ -99,6 +99,7 @@ public:
|
|||
virtual void end_infer() = 0;
|
||||
virtual void end_deleted() = 0;
|
||||
virtual void updt_params(params_ref const& p) = 0;
|
||||
virtual void register_on_clause(void* ctx, user_propagator::on_clause_eh_t& on_clause) = 0;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue