spot/spot/ltsmin
Alexandre Duret-Lutz d08193508e modernize std::string("foo") into "foo"s
* spot/ltsmin/ltsmin.cc, spot/misc/tmpfile.cc,
spot/parseaut/parseaut.yy, spot/taalgos/dot.cc, spot/tl/hierarchy.cc,
spot/tl/unabbrev.cc, spot/twa/acc.cc, spot/twa/twagraph.cc,
spot/twaalgos/dot.cc, spot/twaalgos/hoa.cc, spot/twaalgos/lbtt.cc,
spot/twaalgos/neverclaim.cc, spot/twaalgos/strength.cc,
spot/twaalgos/word.cc: Replace std::string("foo") by "foo"s, and
include namespace std::string_literals.
2018-07-19 11:02:47 +02:00
..
.gitignore Move spot-if/ltsmin/ to spot/ltsmin/ 2015-12-25 13:45:42 +01:00
libspotltsmin.pc.in install pkg-config configuration files 2017-01-14 17:56:05 +01:00
ltsmin.cc modernize std::string("foo") into "foo"s 2018-07-19 11:02:47 +02:00
ltsmin.hh sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
Makefile.am include config.h in all *.cc files 2018-02-21 17:59:09 +01:00
README move ltsmin tests to tests/ltsmin/ 2016-01-05 11:52:24 +01:00

This directory contains an interface that presents DiVinE and PROMELA
models as kripke* objects for Spot.

For usage and installation instructions, see the README in
tests/ltsmin/README.