-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
I was using Dolmen to check models generated by Alt-Ergo as follow:
alt-ergo --produce-models --frontend dolmen test.smt2 | dolmen --check-model true test.smt2
and I got the message:
File "<stdin>", line 2, character 0-7:
Error while parsing an input statement, read the symbol 'unknown',
but expected an opening parenthesis to start a command.
It makes sense that Dolmen refuses this response file since AE gives a model but outputs unknown. If I replace the answer by sat, everything works but the error message is not very clear.
Besides, why do you use a boolean value for the option --check-model? In my opinion a flag would be better.