mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
mbqi
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
34e0e26e3d
commit
1ee2ba2a9b
17 changed files with 132 additions and 80 deletions
|
@ -109,6 +109,7 @@ public:
|
|||
ptr_vector<func_entry>::const_iterator end() const { return m_entries.end(); }
|
||||
func_entry const * const * get_entries() const { return m_entries.c_ptr(); }
|
||||
func_entry const * get_entry(unsigned idx) const { return m_entries[idx]; }
|
||||
void del_entry(unsigned idx);
|
||||
|
||||
expr * get_max_occ_result() const;
|
||||
void compress();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue