spot/src/tgba
Alexandre Duret-Lutz 1fa1621a6b Hide the safra_tree_automaton type from the public interface.
We do that because the declaration of this type, which is local to
src/tgba/tgbasafracomplement.cc has a member in an anonymous
namespace, and some versions of g++-4.2 issue a very annoying
warning about this legitimate code.  See Bug 29365 on GCC's
Bugzilla.  Report by Silien Hong <silien.hong@lip6.fr>.

* src/tgba/tgbasafracomplement.hh (safra_tree_automaton): Do not
forward declare.
(tgba_safra_complement): Use void* instead of
safra_tree_automaton*.
* src/tgba/tgbasafracomplement.cc: static_cast void* to
safra_tree_automaton* anywhere needed.
2010-10-07 15:17:18 +02:00
..
.cvsignore Initial code for TGBA (Transition Generalized Büchi Automata). 2003-05-26 11:17:40 +00:00
.gitignore Add .gitignore files 2008-03-14 16:59:32 +01:00
bdddict.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
bdddict.hh Revert everything related to Damien's work in 2008 (he will commit a new version soon). 2009-03-25 16:44:05 +01:00
bddprint.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
bddprint.hh * iface/gspn/common.cc, iface/gspn/common.hh, 2004-08-09 16:32:25 +00:00
formula2bdd.cc Add support for W (weak until) and M (strong release) operators. 2010-04-12 16:40:41 +02:00
formula2bdd.hh Explicit automata can now have arbitrary logic formula on their 2003-11-24 18:30:09 +00:00
futurecondcol.cc Lift the SCC computation off future_condition_collectors, into 2009-05-31 21:46:05 +02:00
futurecondcol.hh Lift the SCC computation off future_condition_collectors, into 2009-05-31 21:46:05 +02:00
Makefile.am Replace spot::ltl_file by a rewritten spot::ltl::ltl_file. 2010-01-30 17:31:34 +01:00
public.hh * COPYING: New file. 2003-11-21 15:54:25 +00:00
state.hh Fix copyrights. 2010-01-24 20:51:09 +01:00
statebdd.cc * COPYING: New file. 2003-11-21 15:54:25 +00:00
statebdd.hh * src/tgba/bdddict.hh, src/tgba/state.hh, src/tgba/statebdd.hh, 2004-11-16 23:47:50 +00:00
succiter.hh * src/evtgba/evtgbaiter.hh, src/ltlast/formula.hh, 2005-01-03 10:20:26 +00:00
succiterconcrete.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
succiterconcrete.hh * src/sanity/style.test: Catch occurrences of "accepting condition". 2005-02-20 22:41:11 +00:00
taatgba.cc * src/tgba/taatgba.cc, src/tgba/taatbga.hh: Fix a memory issue on 2010-01-29 15:28:21 +01:00
taatgba.hh * src/tgba/taatgba.cc, src/tgba/taatbga.hh: Fix a memory issue on 2010-01-29 15:28:21 +01:00
tgba.cc * src/tgbatest/ltl2tgba.cc: Simplify using 2005-02-18 10:03:01 +00:00
tgba.hh Fix copyrights. 2010-01-24 20:51:09 +01:00
tgbabddconcrete.cc Add an algorithm (from Couvreur) working on BDDs to reduce the 2009-09-07 14:26:42 +02:00
tgbabddconcrete.hh Add an algorithm (from Couvreur) working on BDDs to reduce the 2009-09-07 14:26:42 +02:00
tgbabddconcretefactory.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
tgbabddconcretefactory.hh Fix copyrights. 2010-01-24 20:51:09 +01:00
tgbabddconcreteproduct.cc Update to compile with the Intel compiler. 2008-12-18 23:41:10 +01:00
tgbabddconcreteproduct.hh * src/tgba/bdddict.hh, src/tgba/state.hh, src/tgba/statebdd.hh, 2004-11-16 23:47:50 +00:00
tgbabddcoredata.cc * src/tgba/tgbabddcoredata.cc (delete_unaccepting_scc): Fix a bug. 2009-12-18 12:19:07 +01:00
tgbabddcoredata.hh Add an algorithm (from Couvreur) working on BDDs to reduce the 2009-09-07 14:26:42 +02:00
tgbabddfactory.hh * src/ltlast/visitor.hh (visitor, const_visitor): Add empty 2008-02-25 14:36:55 +01:00
tgbaexplicit.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
tgbaexplicit.hh Fix copyrights. 2010-01-24 20:51:09 +01:00
tgbakvcomplement.cc Rename tgba_complement as tgba_kv_complement. 2010-01-30 12:31:57 +01:00
tgbakvcomplement.hh More Doxygen fixes. 2010-01-31 18:30:21 +01:00
tgbaproduct.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
tgbaproduct.hh * src/tgba/bdddict.cc, src/tgba/bdddict.cc (register_clone_acc): 2008-02-25 14:36:58 +01:00
tgbareduc.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
tgbareduc.hh Fix copyrights. 2010-01-24 20:51:09 +01:00
tgbasafracomplement.cc Hide the safra_tree_automaton type from the public interface. 2010-10-07 15:17:18 +02:00
tgbasafracomplement.hh Hide the safra_tree_automaton type from the public interface. 2010-10-07 15:17:18 +02:00
tgbascc.cc Lift the SCC computation off future_condition_collectors, into 2009-05-31 21:46:05 +02:00
tgbascc.hh Lift the SCC computation off future_condition_collectors, into 2009-05-31 21:46:05 +02:00
tgbasgba.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
tgbasgba.hh Fix copyrights. 2010-01-24 20:51:09 +01:00
tgbatba.cc * src/tgba/tgbatba.cc: Fix English in comments. 2010-03-06 18:07:46 +01:00
tgbatba.hh Better selection of the acceptance of the initial state in SBA. 2010-03-05 22:35:18 +01:00
tgbaunion.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
tgbaunion.hh Fix copyrights. 2010-01-24 20:51:09 +01:00