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

@ -25,7 +25,8 @@
namespace spot
{
kripke* load_dve2(const std::string& file);
kripke* load_dve2(const std::string& file, bdd_dict* dict,
bool verbose = true);
}
#endif // SPOT_IFACE_DVE2_DVE2_HH