spot/spot
Maximilien Colange b3ee68310f Automata with no state are no longer allowed.
* NEWS, spot/twa/twa.hh: Document the change.
* spot/twa/twagraph.hh, spot/kripke/kripkegraph.hh:
  Add an exception in get_init_state_number().
  get_init_state() now calls get_init_state_number().
* spot/twa/twagraph.cc, spot/twaalgos/simulation.cc,
  spot/twaalgos/powerset.cc, spot/twaalgos/complete.cc,
  spot/twaalgos/sccfilter.cc: Remove now useless tests.
* spot/twaalgos/hoa.cc: Remove now useless comment.
* spot/twaalgos/minimize.cc: Never return an automaton with no state.
2016-11-29 10:34:03 +01:00
..
graph Prefer emplace_back to push_back 2016-11-23 09:39:58 +01:00
kripke Automata with no state are no longer allowed. 2016-11-29 10:34:03 +01:00
ltsmin ltsmin: use any installed libltdl 2016-11-28 18:17:48 +01:00
misc New macro to downcast shared pointers. 2016-11-28 14:51:55 +01:00
parseaut parseaut: do not close fd or stdin 2016-11-11 14:10:03 +01:00
parsetl parsetl: flush the errors 2016-11-05 22:59:02 +01:00
priv Prefer emplace_back to push_back 2016-11-23 09:39:58 +01:00
ta Prefer emplace_back to push_back 2016-11-23 09:39:58 +01:00
taalgos Prefer emplace_back to push_back 2016-11-23 09:39:58 +01:00
tl Prefer emplace_back to push_back 2016-11-23 09:39:58 +01:00
twa Automata with no state are no longer allowed. 2016-11-29 10:34:03 +01:00
twaalgos Automata with no state are no longer allowed. 2016-11-29 10:34:03 +01:00
.gitignore rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
Makefile.am move the sanity tests in tests/sanity/ 2016-01-05 17:20:51 +01:00