spot/src/tgbaalgos
Damien Lefortier 0d6fd3225a Minor fixes to compile with GCC 3.3
* src/ltlast/automatop.cc, src/ltlast/automatop.hh: Rename nfa as
get_nfa to avoid a name clash with the `nfa' class.
* src/ltlvisit/clone.cc, src/ltlvisit/nenoform.cc,
src/ltlvisit/tostring.cc, src/tgbaalgos/eltl2tgba_lacim.cc: Use
get_nfa instead of nfa.
* src/tgba/tgbasafracomplement.cc: Don't use a
const_reverse_iterator.
2010-01-20 18:06:00 +01:00
..
gtec Add .gitignore files 2008-03-14 16:59:32 +01:00
.cvsignore * src/Makefile.am (SUBDIRS): Add tgbaalgos. 2003-05-26 13:50:54 +00:00
.gitignore Add .gitignore files 2008-03-14 16:59:32 +01:00
bfssteps.cc * src/tgbaalgos/ndfs_result.hh: Rewrite the computation of accepting 2004-12-20 10:09:45 +00:00
bfssteps.hh * src/tgbaalgos/bfssteps.hh (bfs_steps::finalize): Document. 2005-01-03 14:20:08 +00:00
cutscc.cc * src/tgbaalgos/cutscc.cc (cut_scc): Pass `s' by reference instead 2009-11-17 16:48:42 +01:00
cutscc.hh * src/tgbaalgos/cutscc.cc (cut_scc): Pass `s' by reference instead 2009-11-17 16:48:42 +01:00
dotty.cc * src/tgbaalgos/dottydec.cc, src/tgbaalgos/dottydec.hh, 2004-11-03 15:17:06 +00:00
dotty.hh * src/tgba/tgba.hh, src/tgbaalgos/dotty.hh, 2004-11-17 16:56:36 +00:00
dottydec.cc * src/tgbaalgos/dottydec.cc, src/tgbaalgos/dottydec.hh, 2004-11-03 15:17:06 +00:00
dottydec.hh * src/tgba/tgba.hh, src/tgbaalgos/dotty.hh, 2004-11-17 16:56:36 +00:00
dupexp.cc Introduce tgba_explicit_labelled<label> so that we can build 2009-11-10 16:57:28 +01:00
dupexp.hh * src/evtgba/evtgbaiter.hh, src/ltlast/formula.hh, 2005-01-03 10:20:26 +00:00
eltl2tgba_lacim.cc Minor fixes to compile with GCC 3.3 2010-01-20 18:06:00 +01:00
eltl2tgba_lacim.hh Add support for ELTL (AST & parser), and an adaptation of LaCIM 2009-03-26 12:05:08 +01:00
emptiness.cc Introduce tgba_explicit_labelled<label> so that we can build 2009-11-10 16:57:28 +01:00
emptiness.hh * src/tgbaalgos/emptiness.hh, src/tgbaalgos/emptiness.cc 2005-02-17 19:14:03 +00:00
emptiness_stats.hh * src/tgbatest/randtgba.cc: New option -H. 2008-02-25 14:36:56 +01:00
gv04.cc Make sure Spot compiles with g++-4.3. 2008-03-14 22:45:37 +01:00
gv04.hh * src/sanity/style.test: Catch occurrences of "accepting condition". 2005-02-20 22:41:11 +00:00
lbtt.cc Update to compile with the Intel compiler. 2008-12-18 23:41:10 +01:00
lbtt.hh * src/tgba/tgba.hh, src/tgbaalgos/dotty.hh, 2004-11-17 16:56:36 +00:00
ltl2taa.cc * src/tgbaalgos/ltl2taa.cc: Fix the previous patch. 2010-01-19 10:43:43 +01:00
ltl2taa.hh Rename the class taa as taa_tgba. 2009-11-27 23:28:23 +01:00
ltl2tgba_fm.cc Typo from a previous patch. 2009-11-11 00:01:14 +01:00
ltl2tgba_fm.hh * src/tgbaalgos/ltl2tgba_fm.hh, src/tgbaalgos/ltl2tgba_fm.cc 2008-02-25 14:36:57 +01:00
ltl2tgba_lacim.cc Deprecate ltl::destroy(f) in favor of f->destroy() 2009-11-09 07:13:31 +01:00
ltl2tgba_lacim.hh * src/evtgba/evtgbaiter.hh, src/ltlast/formula.hh, 2005-01-03 10:20:26 +00:00
magic.cc * src/sanity/style.test: Catch occurrences of "accepting condition". 2005-02-20 22:41:11 +00:00
magic.hh * src/tgbaalgos/magic.hh: fixme is not a doxygen command. Use bug. 2008-02-25 14:36:55 +01:00
Makefile.am Quick implementation of a "useless SCC" filter using scc_map. 2009-11-18 15:36:35 +01:00
ndfs_result.hxx * src/tgbaalgos/ndfs_result.hxx (ndfs_result::construct_cycle): 2008-02-25 14:36:56 +01:00
neverclaim.cc Do not comment states in the never claim by default. It takes too 2009-11-10 17:46:25 +01:00
neverclaim.hh Do not comment states in the never claim by default. It takes too 2009-11-10 17:46:25 +01:00
powerset.cc Introduce tgba_explicit_labelled<label> so that we can build 2009-11-10 16:57:28 +01:00
powerset.hh * src/tgba/tgba.hh, src/tgbaalgos/dotty.hh, 2004-11-17 16:56:36 +00:00
projrun.cc * src/tgbaalgos/projrun.hh, src/tgbaalgos/projrun.cc: New files. 2004-11-02 16:26:57 +00:00
projrun.hh * src/tgba/tgba.hh, src/tgbaalgos/dotty.hh, 2004-11-17 16:56:36 +00:00
randomgraph.cc Remove some non-determinism in random_graph() 2010-01-20 15:24:29 +01:00
randomgraph.hh Merge all ltlast/ files into formula.hh. The forward declaration of visitor was causing error messages too cryptic for users. 2008-06-12 16:33:03 +02:00
reachiter.cc Make it easy to filter states while iterating over an automaton. 2009-11-18 14:54:53 +01:00
reachiter.hh Make it easy to filter states while iterating over an automaton. 2009-11-18 14:54:53 +01:00
reducerun.cc * src/tgbaalgos/reducerun.cc (reduce_run): Do not call erase() after 2004-12-16 23:13:33 +00:00
reducerun.hh * src/tgbaalgos/minimizerun.cc, src/tgbaalgos/minimizerun.hh 2004-11-29 10:01:08 +00:00
reductgba_sim.cc Replace prune_scc() by scc_filter(). 2009-11-18 18:22:45 +01:00
reductgba_sim.hh Replace prune_scc() by scc_filter(). 2009-11-18 18:22:45 +01:00
reductgba_sim_del.cc Kill some FIXMEs. 2008-04-14 11:35:57 +02:00
replayrun.cc * src/tgba/bdddict.hh (bdd_dict) <fv_map, vf_map, ref_set, 2004-12-15 16:23:07 +00:00
replayrun.hh * src/tgba/tgba.hh, src/tgbaalgos/dotty.hh, 2004-11-17 16:56:36 +00:00
rundotdec.cc * src/tgbaalgos/rundotdec.cc (tgba_run_dotty_decorator::link_decl): 2004-11-05 06:46:47 +00:00
rundotdec.hh * src/tgba/tgba.hh, src/tgbaalgos/dotty.hh, 2004-11-17 16:56:36 +00:00
save.cc Revert everything related to Damien's work in 2008 (he will commit a new version soon). 2009-03-25 16:44:05 +01:00
save.hh * src/tgba/tgba.hh, src/tgbaalgos/dotty.hh, 2004-11-17 16:56:36 +00:00
scc.cc Strip useless acceptance conditions in scc_filter(). 2009-11-20 19:21:12 +01:00
scc.hh Strip useless acceptance conditions in scc_filter(). 2009-11-20 19:21:12 +01:00
sccfilter.cc * src/tgbaalgos/sccfilter.cc (create_transition): Do not clone 2009-11-23 22:24:55 +01:00
sccfilter.hh Quick implementation of a "useless SCC" filter using scc_map. 2009-11-18 15:36:35 +01:00
se05.cc * src/sanity/style.test: Catch occurrences of "accepting condition". 2005-02-20 22:41:11 +00:00
se05.hh * src/sanity/style.test: Catch occurrences of "accepting condition". 2005-02-20 22:41:11 +00:00
stats.cc Add option -k to ltl2tgba 2008-12-10 18:14:34 +01:00
stats.hh Add option -k to ltl2tgba 2008-12-10 18:14:34 +01:00
tau03.cc * src/sanity/style.test: Catch occurrences of "accepting condition". 2005-02-20 22:41:11 +00:00
tau03.hh * src/sanity/style.test: Catch occurrences of "accepting condition". 2005-02-20 22:41:11 +00:00
tau03opt.cc Update to compile with the Intel compiler. 2008-12-18 23:41:10 +01:00
tau03opt.hh * src/sanity/style.test: Catch occurrences of "accepting condition". 2005-02-20 22:41:11 +00:00
weight.cc * src/tgbaalgos/emptiness_stats.hh, src/tgbaalgos/weight.cc, 2004-11-22 12:06:03 +00:00
weight.hh * src/tgbaalgos/emptiness_stats.hh, src/tgbaalgos/weight.cc, 2004-11-22 12:06:03 +00:00