Commit b371c81
committed
Fix printing of
The get value command is supposed to be parameterised with a collection
of one or more terms for which the solver should return the values. Our
internal representation of the get-value command only supports a single
term, which should be placed in brackets to make it into a collection
containing a single term. The brackets were previously missing, which
would have caused a solver error.smt_get_value_commandt
1 parent 33c909b commit b371c81
File tree
2 files changed
+2
-2
lines changed- src/solvers/smt2_incremental
- unit/solvers/smt2_incremental
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments