graph: Implement a directed graph.
* src/graph/graph.hh, src/graph/Makefile.am, src/graphtest/graph.cc, src/graphtest/graph.test, src/graphtest/defs.in, src/graphtest/Makefile.am: New files. * src/Makefile.am, configure.ac: Add graph/ and graphtest/. * README: Mention these directories.
This commit is contained in:
parent
7bcf655350
commit
f7711e9a63
10 changed files with 931 additions and 8 deletions
2
README
2
README
|
|
@ -148,6 +148,8 @@ src/ Sources for libspot.
|
|||
dstarparse/ Parser for the output of ltl2dstar.
|
||||
eltlparse/ Parser for ELTL formulae.
|
||||
eltltest/ Tests for ELTL nodes in ltlast/ and eltlparse/.
|
||||
graph/ Graph representations.
|
||||
graphtest/ Graph representations.
|
||||
kripke/ Kripke Structure interface.
|
||||
kripkeparse/ Parser for explicit Kripke.
|
||||
kripketest/ Tests for kripke explicit.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue