Skip to content

Unclear error message during model checking #180

@Halbaroth

Description

@Halbaroth

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions