We can now explore a divine2 compiled model, but the atomic

properties are still missing.

* iface/dve2/dve2.cc, iface/dve2/dve2.hh: Add
classes for presenting the DiVinE2 model as a kripke object.
(load_dve2): Load the *.dve2C file using libltdl.
* iface/dve2/Makefile.am: Add a dve2check program.
* iface/dve2/dve2check.cc: New file.  Currently it just
outputs the reachability graph using dotty.
This commit is contained in:
Alexandre Duret-Lutz 2011-03-05 15:25:39 +01:00
parent 155d76f4fb
commit 16b4c28859
6 changed files with 402 additions and 4 deletions

View file

@ -30,3 +30,8 @@ libspotdve2_la_LIBADD = \
$(top_builddir)/src/libspot.la \
$(top_builddir)/ltdl/libltdlc.la
libspotdve2_la_SOURCES = dve2.cc
noinst_PROGRAMS = dve2check
dve2check_SOURCES = dve2check.cc
dve2check_LDADD = libspotdve2.la