3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-29 01:18:45 +00:00

reduce overhead of creating seq-plugin, enable parameter cleanup for #5095

This commit is contained in:
Nikolaj Bjorner 2021-03-15 11:54:44 -07:00
parent d62f6c62b5
commit 9098084217
4 changed files with 29 additions and 20 deletions

View file

@ -155,6 +155,8 @@ class seq_decl_plugin : public decl_plugin {
void set_manager(ast_manager * m, family_id id) override;
sort* mk_reglan();
public:
seq_decl_plugin();