3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-07-09 15:05:55 -07:00
parent 65e6b73873
commit 6b380811b8
4 changed files with 23 additions and 8 deletions

View file

@ -1473,6 +1473,7 @@ namespace opt {
void context::clear_state() {
m_pareto = nullptr;
m_pareto1 = false;
m_box_index = UINT_MAX;
m_box_models.reset();
m_model.reset();