3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-15 13:52:50 -07:00 committed by Lev Nachmanson
parent 4dfc0d6d88
commit 4683c3f241

View file

@ -197,8 +197,9 @@ void emonics::remove_cg_mon(const monic& m) {
}
else if (v[0] == u) {
v.erase(u);
unsigned_vector vv(v);
m_cg_table.remove(u);
m_cg_table.insert(v[0], v);
m_cg_table.insert(v[0], vv);
}
else {
v.erase(u);