mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 22:35:45 +00:00
fix #6023
This commit is contained in:
parent
97af3a6120
commit
1e7a9e3e61
2 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@ public:
|
|||
virtual void init_pdescrs(cmd_context & ctx, param_descrs & d) = 0;
|
||||
param_descrs const & pdescrs(cmd_context & ctx) const;
|
||||
params_ref const & ps() const { return m_params; }
|
||||
void reset_params() { m_params.reset(); }
|
||||
virtual char const * get_main_descr() const = 0;
|
||||
char const * get_descr(cmd_context & ctx) const override;
|
||||
unsigned get_arity() const override { return VAR_ARITY; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue