Commit 99e1c5f
Enforce solver state preconditions in l_get() and is_in_conflict()
l_get() now requires the solver to be in the SAT state, and
is_in_conflict() requires the UNSAT state. This enforces the state
machine contract documented in propt.
Co-authored-by: Kiro <kiro-agent@users.noreply.github.com>1 parent dce6d80 commit 99e1c5f
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
| 199 | + | |
| 200 | + | |
198 | 201 | | |
199 | 202 | | |
200 | 203 | | |
| |||
0 commit comments