mirror of
https://github.com/Z3Prover/z3
synced 2025-10-04 06:53:58 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
376076ea9b
commit
8f1c5239be
7 changed files with 61 additions and 35 deletions
|
@ -45,6 +45,7 @@ public:
|
|||
}
|
||||
ast_manager & m() const { return m_util.get_manager(); }
|
||||
family_id get_fid() const { return m_util.get_family_id(); }
|
||||
array_util& util() { return m_util; }
|
||||
|
||||
void set_expand_select_store(bool f) { m_expand_select_store = f; }
|
||||
void set_expand_select_ite(bool f) { m_expand_select_ite = f; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue