We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6acd5e commit 44b8889Copy full SHA for 44b8889
1 file changed
src/games/gametree.cc
@@ -883,7 +883,7 @@ void GameTreeRep::ClearComputedValues() const
883
const_cast<GameTreeRep *>(this)->m_nodePlays.clear();
884
m_ownPriorActionInfo = nullptr;
885
const_cast<GameTreeRep *>(this)->m_unreachableNodes = nullptr;
886
- const_cast<GameTreeRep *>(this)->m_absentMindedInfosets.clear();
+ m_absentMindedInfosets.clear();
887
m_computedValues = false;
888
}
889
0 commit comments