mirror of
https://github.com/Z3Prover/z3
synced 2026-04-07 05:02:48 +00:00
Add clarifying comment to m_str_eq.empty() postcondition
Agent-Logs-Url: https://github.com/Z3Prover/z3/sessions/24442582-8437-45ae-a58f-957ac2bdf698 Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
0726edcd0a
commit
a4cfbfa274
1 changed files with 2 additions and 0 deletions
|
|
@ -1207,6 +1207,8 @@ namespace seq {
|
|||
|
||||
|
||||
if (is_satisfied()) {
|
||||
// pass 1 removed all trivial str_eq entries; is_satisfied() requires
|
||||
// the remainder to be trivial, so the vector must be empty here.
|
||||
SASSERT(m_str_eq.empty());
|
||||
return simplify_result::satisfied;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue