Skip to content

Commit

Permalink
bug fix. Prevent resetting gg stats #6062 (#6618)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgvk94 committed Mar 3, 2023
1 parent b82d177 commit 55d45e0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/muz/spacer/spacer_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,18 +114,10 @@ void pob::inherit(pob const &p) {
m_desired_level = std::max(m_desired_level, p.m_desired_level);
m_open = p.m_open;
m_use_farkas = p.m_use_farkas;

m_is_conjecture = p.m_is_conjecture;
m_enable_local_gen = p.m_enable_local_gen;
m_enable_concretize = p.m_enable_concretize;
m_is_subsume = p.m_is_subsume;
m_enable_expand_bnd_gen = p.m_enable_expand_bnd_gen;

m_weakness = p.m_weakness;

m_derivation = nullptr;

m_gas = p.m_gas;
}

void pob::close () {
Expand Down

0 comments on commit 55d45e0

Please sign in to comment.