3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 11:37:54 +00:00

fix assertion violation in the code path where the simplifier throws a memout exception

This commit is contained in:
Nikolaj Bjorner 2025-01-14 16:37:53 -08:00
parent 31d4ba0009
commit 076d3dbf13
3 changed files with 6 additions and 1 deletions

View file

@ -247,6 +247,8 @@ namespace sat {
bool is_marked(literal l) const { return m_visited[l.index()] != 0; }
bool need_cleanup() const { return m_need_cleanup; }
};
};