Commit 9d1aa99
committed
Correct constraints added for char_set
The string constraint body should not contain the universal variable
outside of string access.
However this is allowed in the guard, which we use here.
The meaning of the constraint is the same, but it is of a form accepted
by the string solver.1 parent e125e8a commit 9d1aa99
File tree
1 file changed
+4
-2
lines changed- src/solvers/refinement
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
358 | | - | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
359 | 361 | | |
360 | 362 | | |
361 | 363 | | |
| |||
0 commit comments