mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
return unknown if m_array_weak was used and result is satisfiable
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3f032e85e0
commit
0a29002c2f
6 changed files with 61 additions and 18 deletions
|
@ -324,8 +324,8 @@ class params {
|
|||
};
|
||||
};
|
||||
typedef std::pair<symbol, value> entry;
|
||||
svector<entry> m_entries;
|
||||
std::atomic<unsigned> m_ref_count;
|
||||
svector<entry> m_entries;
|
||||
std::atomic<unsigned> m_ref_count;
|
||||
void del_value(entry & e);
|
||||
void del_values();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue