summaryrefslogtreecommitdiff
path: root/test/regress/regress0/print_model.cvc
AgeCommit message (Collapse)Author
2020-03-07Explicit end marker for models printed in the CVC language (#3934)Ying Sheng
Fixes https://github.com/CVC4/cvc4-wishues/issues/9. When communicating with CVC4 using pipes and the CVC language, it was not possible to determine when all the lines of a model have been printed. This change adds begin and end markers as the example below: ``` MODEL BEGIN x : INT = -3; y : INT = 0; z : INT = 0; MODEL END; ```
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback