mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
876ca2f1a5
commit
ab045f0645
2 changed files with 91 additions and 29 deletions
|
@ -307,7 +307,7 @@ namespace euf {
|
|||
if (m_checked_clauses.find(e, rr))
|
||||
return *rr;
|
||||
SASSERT(is_app(e) && m_map.contains(to_app(e)->get_decl()->get_name()));
|
||||
auto& r = m_map[to_app(e)->get_decl()->get_name()]->clause(to_app(e));
|
||||
expr_ref_vector r = m_map[to_app(e)->get_decl()->get_name()]->clause(to_app(e));
|
||||
m_checked_clauses.insert(e, alloc(expr_ref_vector, r));
|
||||
return r;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue