mirror of
https://github.com/Z3Prover/z3
synced 2026-03-22 20:39:11 +00:00
updates
This commit is contained in:
parent
5be8872d6a
commit
22616da63b
9 changed files with 101 additions and 55 deletions
|
|
@ -81,6 +81,8 @@ public:
|
|||
static void get_param_descrs(param_descrs & r);
|
||||
|
||||
void collect_param_descrs(param_descrs & r) override { get_param_descrs(r); }
|
||||
|
||||
void collect_statistics(statistics& st) const override;
|
||||
|
||||
void operator()(goal_ref const & in, goal_ref_buffer & result) override;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue