3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-03 12:51:22 +00:00

remove branch_bool

This commit is contained in:
Jakob Rath 2022-01-17 15:57:05 +01:00
parent 3a34995b03
commit ebc4df1ece
5 changed files with 6 additions and 25 deletions

View file

@ -51,7 +51,7 @@ namespace polysat {
m_assignment.push_back({p, r});
}
void search_state::pop_asssignment() {
void search_state::pop_assignment() {
m_assignment.pop_back();
}