| .. |
|
.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
|
Make it easier to convert acc-conditions to associated formulae.
|
2012-05-22 17:57:12 +02:00 |
|
bdddict.hh
|
Make it easier to convert acc-conditions to associated formulae.
|
2012-05-22 17:57:12 +02:00 |
|
bddprint.cc
|
Overhaul bdddict to speedup bdd->formula lookups.
|
2012-05-20 21:00:40 +02:00 |
|
bddprint.hh
|
Make it possible to output UTF-8 for dotty().
|
2012-04-30 11:57:55 +02:00 |
|
formula2bdd.cc
|
Overhaul bdddict to speedup bdd->formula lookups.
|
2012-05-20 21:00:40 +02:00 |
|
formula2bdd.hh
|
Fix doxygen comments.
|
2012-04-30 11:57:55 +02: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
|
Remove the old broken game-theory-based simulation reductions.
|
2012-04-27 22:47:49 +02:00 |
|
public.hh
|
* COPYING: New file.
|
2003-11-21 15:54:25 +00:00 |
|
sba.hh
|
Declare the sba class in its own header.
|
2012-04-13 08:43:58 +02:00 |
|
state.hh
|
Introduct a down_cast macro.
|
2011-03-31 19:39:44 +02:00 |
|
statebdd.cc
|
Introduct a down_cast macro.
|
2011-03-31 19:39:44 +02: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
|
Replace delete by destroy in comments dealing with states.
|
2011-01-27 10:48:49 +01: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
|
Use 'const formula*' instead of 'formula*' everywhere.
|
2012-05-02 09:28:16 +02:00 |
|
taatgba.hh
|
Use 'const formula*' instead of 'formula*' everywhere.
|
2012-05-02 09:28:16 +02:00 |
|
tgba.cc
|
Introduce a destroy() method on states, and use it instead of delete.
|
2011-01-27 10:48:48 +01:00 |
|
tgba.hh
|
Display transition annotations in dotty output.
|
2011-11-17 18:55:17 +01:00 |
|
tgbabddconcrete.cc
|
Introduct a down_cast macro.
|
2011-03-31 19:39:44 +02:00 |
|
tgbabddconcrete.hh
|
Replace delete by destroy in comments dealing with states.
|
2011-01-27 10:48:49 +01:00 |
|
tgbabddconcretefactory.cc
|
Fix computation of support_conditions for bdd-based TGBA.
|
2011-01-05 08:01:46 +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
|
Fix computation of support_conditions for bdd-based TGBA.
|
2011-01-05 08:01:46 +01:00 |
|
tgbabddcoredata.hh
|
Fix computation of support_conditions for bdd-based TGBA.
|
2011-01-05 08:01:46 +01:00 |
|
tgbabddfactory.hh
|
* src/ltlast/visitor.hh (visitor, const_visitor): Add empty
|
2008-02-25 14:36:55 +01:00 |
|
tgbaexplicit.cc
|
Revamp tgbaexplicit.hh
|
2012-04-12 17:39:48 +02:00 |
|
tgbaexplicit.hh
|
Small speedup in sba_explicit::state_is_accepting().
|
2012-06-19 21:53:37 +02:00 |
|
tgbakvcomplement.cc
|
Introduct a down_cast macro.
|
2011-03-31 19:39:44 +02:00 |
|
tgbakvcomplement.hh
|
More Doxygen fixes.
|
2010-01-31 18:30:21 +01:00 |
|
tgbaproduct.cc
|
Use bdd_implies() to speedup various algorithms.
|
2012-06-19 21:52:03 +02:00 |
|
tgbaproduct.hh
|
* src/tgba/tgbaproduct.hh, src/tgba/tgbaproduct.cc: Use
|
2011-04-04 17:31:25 +02:00 |
|
tgbasafracomplement.cc
|
* src/tgba/tgbasafracomplement.cc: Use the new offline degeneralization.
|
2012-06-19 21:53:37 +02:00 |
|
tgbasafracomplement.hh
|
Safra: Fix usage of multiple acceptance conditions and fix text output.
|
2011-10-23 23:06:59 +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
|
Introduct a down_cast macro.
|
2011-03-31 19:39:44 +02:00 |
|
tgbasgba.hh
|
Fix copyrights.
|
2010-01-24 20:51:09 +01:00 |
|
tgbatba.cc
|
Use bdd_implies() to speedup various algorithms.
|
2012-06-19 21:52:03 +02:00 |
|
tgbatba.hh
|
Implement a unicity table for states created by tgba_tba_proxy.
|
2012-01-18 12:22:07 +01:00 |
|
tgbaunion.cc
|
Introduct a down_cast macro.
|
2011-03-31 19:39:44 +02:00 |
|
tgbaunion.hh
|
Replace delete by destroy in comments dealing with states.
|
2011-01-27 10:48:49 +01:00 |
|
wdbacomp.cc
|
Fix computation of support_conditions in tgba_wdba_comp_proxy.
|
2012-06-07 22:34:00 +02:00 |
|
wdbacomp.hh
|
Introduce a class to complement a WDBA on-the-fly.
|
2011-01-06 19:25:37 +01:00 |