mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 00:41:56 +00:00
fix access to k'th emon
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
08ef4de4a6
commit
a6ea667776
1 changed files with 1 additions and 1 deletions
|
@ -649,7 +649,7 @@ void core::init_to_refine() {
|
|||
}
|
||||
|
||||
for (auto k : m_emon_shuffle) {
|
||||
auto const & m = m_emons[k];
|
||||
auto const& m = m_emons.begin()[k];
|
||||
if (!check_monic(m))
|
||||
insert_to_refine(m.var());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue