spot/src
Alexandre Duret-Lutz 7b23691629 ltl_to_tgba_fm: Build a tgba_digraph instead of a tgba_explicit_formula
The conversion is not complete, because the conversion from SERE to DRA
used for the closure operator is still building a tgba_explicit_formula.

* src/tgbaalgos/ltl2tgba_fm.cc, src/tgbaalgos/ltl2tgba_fm.hh: Return
a tgba_digraph.
* src/priv/acccompl.cc: Simplify.
* src/graph/ngraph.hh: Add a way to iterate over all names.
* src/tgba/tgbagraph.hh (compute_support_conditions): Return something
useful.  It's actually used by the constructor of testing automata.
* src/tgbatest/wdba.test: Adjust to the fact that state are not
labeled by formulas anymore.
* src/bin/ltl2tgba.cc, src/bin/ltl2tgta.cc: Do not try to enable
UTF8 on automata anymore.
2014-08-06 18:31:18 +02:00
..
bin ltl_to_tgba_fm: Build a tgba_digraph instead of a tgba_explicit_formula 2014-08-06 18:31:18 +02:00
dstarparse dra2ba: Use tgba_digraph. 2014-08-06 10:55:46 +02:00
graph ltl_to_tgba_fm: Build a tgba_digraph instead of a tgba_explicit_formula 2014-08-06 18:31:18 +02:00
graphtest tgba_digraph: Fix handling of initial state. 2014-08-06 10:55:46 +02:00
kripke tgba: remove the global_state and global_automaton argument of succ_iter 2014-02-17 22:53:06 +01:00
kripkeparse Replace << "c" by << 'c', and check for it in style.sh 2014-02-12 16:17:51 +01:00
kripketest more files to ignore 2012-11-28 16:45:04 +01:00
ltlast Use emplace() for associative containers. 2014-07-31 16:59:47 +02:00
ltlenv ltl::environment: correctly declare name() as const 2014-06-27 10:32:39 +02:00
ltlparse c++11: replace push(Type(args...)) by emplace(args...) 2014-02-12 14:08:47 +01:00
ltltest automatop: remove this type of formula operator. 2014-07-04 10:47:23 +02:00
ltlvisit * src/ltlvisit/contain.cc: Do not mention tgba_explicit_number. 2014-08-06 10:55:46 +02:00
misc common: introduce SPOT_UNREACHABLE and SPOT_UNIMPLEMENTED. 2014-06-27 15:55:26 +02:00
neverparse * src/neverparse/public.hh: Typo in comment. 2014-08-06 10:55:46 +02:00
priv ltl_to_tgba_fm: Build a tgba_digraph instead of a tgba_explicit_formula 2014-08-06 18:31:18 +02:00
saba Replace << "c" by << 'c', and check for it in style.sh 2014-02-12 16:17:51 +01:00
sabaalgos Replace << "c" by << 'c', and check for it in style.sh 2014-02-12 16:17:51 +01:00
sabatest more files to ignore 2012-11-28 16:45:04 +01:00
sanity common: introduce SPOT_UNREACHABLE and SPOT_UNIMPLEMENTED. 2014-06-27 15:55:26 +02:00
ta tgba: remove the global_state and global_automaton argument of succ_iter 2014-02-17 22:53:06 +01:00
taalgos Use emplace() for associative containers. 2014-07-31 16:59:47 +02:00
tgba ltl_to_tgba_fm: Build a tgba_digraph instead of a tgba_explicit_formula 2014-08-06 18:31:18 +02:00
tgbaalgos ltl_to_tgba_fm: Build a tgba_digraph instead of a tgba_explicit_formula 2014-08-06 18:31:18 +02:00
tgbaparse lbtt: build an explicit automaton on input. 2014-07-03 10:06:53 +02:00
tgbatest ltl_to_tgba_fm: Build a tgba_digraph instead of a tgba_explicit_formula 2014-08-06 18:31:18 +02:00
.cvsignore * src/ltlvisit/Makefile.am (lib_LTLIBRARIES): Rename as ... 2003-04-30 12:46:12 +00:00
.gitignore more files to ignore 2009-09-02 10:41:18 +02:00
Makefile.am eltl2tgba: remove this unused code. 2014-07-04 08:22:11 +02:00