Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #26 from sosy-lab/version-flag
Browse files Browse the repository at this point in the history
Introduce annotation for format version
  • Loading branch information
dbeyer authored Sep 25, 2021
2 parents 20414d9 + a4df61e commit 4ea6698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ i.e. for ``data`` tags that are direct children of the ``graph`` tag.

| key | Meaning | Required |
| --- | --- | --- |
| witness-format-version | *Valid values*: ``1.0``. When missing, the format version ``1.0`` is assumed | No |
| witness-type | *Valid values:* ``correctness_witness`` or ``violation_witness`` <br /> ``witness-type`` is used to specify the witness type. A correctness witness is identified by the value ``correctness_witness``, a violation witness is identified by the value ``violation_witness``. | Yes |
| sourcecodelang | *Valid values:* Currently, only ``C`` and ``Java`` are supported. <br /> ``sourcecodelang`` is used to specify the name of the programming language, for example ``C``. | Yes |
| producer | *Valid values:* Any <br /> ``producer`` is used to specify the name of the tool that produced the witness automaton, for example ``CPAchecker 1.6.8`` | Yes |
Expand Down

0 comments on commit 4ea6698

Please sign in to comment.