mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
assert
This commit is contained in:
parent
d975886cdc
commit
f6e151a49c
|
@ -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…
Reference in a new issue