mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
assert
This commit is contained in:
parent
d975886cdc
commit
f6e151a49c
1 changed files with 1 additions and 0 deletions
|
@ -419,6 +419,7 @@ namespace opt {
|
|||
}
|
||||
|
||||
void model_based_opt::retire_row(unsigned row_id) {
|
||||
SASSERT(!m_retired_rows.contains(row_id));
|
||||
m_rows[row_id].m_alive = false;
|
||||
m_retired_rows.push_back(row_id);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue