mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4dfc0d6d88
commit
4683c3f241
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue