mirror of
https://github.com/Jaxan/nominal-lstar.git
synced 2025-04-27 14:47:45 +02:00
Updates README accordingly
This commit is contained in:
parent
7da6db27b3
commit
e91859b61f
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -103,6 +103,11 @@ equivalence queries through the terminal. The alphabet is fixed in
|
|||
`Main.hs`, so change it if you need a different alphabet (it should
|
||||
work generically for any alphabet).
|
||||
|
||||
Additionally, one can run the `NominalAngluin2` executable instead,
|
||||
if provides an easier to parse protocol for membership queries. Hence
|
||||
it is more suitable for automation. This will first ask for the alphabet
|
||||
which should be either `ATOMS` or `FIFO`.
|
||||
|
||||
A run might look like the following. The lines with `Q:` are queries,
|
||||
answered by myself on the lines with `A:` or `>`.
|
||||
```
|
||||
|
@ -138,4 +143,10 @@ Q: [1,0]
|
|||
A: False
|
||||
Q: [1,0,1]
|
||||
A:
|
||||
```
|
||||
```
|
||||
|
||||
# Changes since first release
|
||||
|
||||
* Better support for interactive communication.
|
||||
* Optimisation: add only one row/column to fix closedness/consistency
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue