mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
gate mk_bool_app by existence of regex
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
82fb7573d7
commit
9eedd4ecd6
2 changed files with 2 additions and 1 deletions
|
@ -218,6 +218,7 @@ public:
|
|||
}
|
||||
ast_manager & m() const { return m_util.get_manager(); }
|
||||
family_id get_fid() const { return m_util.get_family_id(); }
|
||||
seq_util const& u() const { return m_util; }
|
||||
|
||||
void updt_params(params_ref const & p);
|
||||
static void get_param_descrs(param_descrs & r);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue