| .. |
|
.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
|
Replace << "c" by << 'c', and check for it in style.sh
|
2014-02-12 16:17:51 +01:00 |
|
bdddict.hh
|
c++11: work around Swig 2.0
|
2014-02-12 14:06:19 +01:00 |
|
bddprint.cc
|
Replace << "c" by << 'c', and check for it in style.sh
|
2014-02-12 16:17:51 +01:00 |
|
bddprint.hh
|
Use -fvisibility=hidden in src/tgba/.
|
2013-07-29 01:14:03 +02:00 |
|
formula2bdd.cc
|
Upgrade GPL v2+ to GPL v3+.
|
2012-10-12 22:05:18 +02:00 |
|
formula2bdd.hh
|
Use -fvisibility=hidden in src/tgba/.
|
2013-07-29 01:14:03 +02:00 |
|
futurecondcol.cc
|
Replace << "c" by << 'c', and check for it in style.sh
|
2014-02-12 16:17:51 +01:00 |
|
futurecondcol.hh
|
Use -fvisibility=hidden in src/tgba/.
|
2013-07-29 01:14:03 +02:00 |
|
Makefile.am
|
tgba: Implement a tgbagraph subclass
|
2014-05-23 18:36:42 +02:00 |
|
public.hh
|
Use -fvisibility=hidden in src/tgba/.
|
2013-07-29 01:14:03 +02:00 |
|
sba.hh
|
Move \ingroup before \brief in all Doxygen comments.
|
2013-06-08 23:24:37 +02:00 |
|
state.hh
|
Use the degeneralization unicity_table in more places.
|
2014-02-12 14:08:47 +01:00 |
|
statebdd.cc
|
Upgrade GPL v2+ to GPL v3+.
|
2012-10-12 22:05:18 +02:00 |
|
statebdd.hh
|
Use -fvisibility=hidden in src/tgba/.
|
2013-07-29 01:14:03 +02:00 |
|
succiter.hh
|
tgba_succ_iterator: have first() and next() return a bool
|
2014-02-12 14:08:47 +01:00 |
|
succiterconcrete.cc
|
tgba_succ_iterator: have first() and next() return a bool
|
2014-02-12 14:08:47 +01:00 |
|
succiterconcrete.hh
|
tgba_succ_iterator: have first() and next() return a bool
|
2014-02-12 14:08:47 +01:00 |
|
taatgba.cc
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
taatgba.hh
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgba.cc
|
tgba: remove the support_variable() method.
|
2014-02-17 17:53:54 +01:00 |
|
tgba.hh
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgbabddconcrete.cc
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgbabddconcrete.hh
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgbabddconcretefactory.cc
|
Upgrade GPL v2+ to GPL v3+.
|
2012-10-12 22:05:18 +02:00 |
|
tgbabddconcretefactory.hh
|
c++11: replace Sgi::hash_* by Sgi::unordered_*.
|
2014-02-12 14:05:04 +01:00 |
|
tgbabddconcreteproduct.cc
|
Upgrade GPL v2+ to GPL v3+.
|
2012-10-12 22:05:18 +02:00 |
|
tgbabddconcreteproduct.hh
|
Use -fvisibility=hidden in src/tgba/.
|
2013-07-29 01:14:03 +02:00 |
|
tgbabddcoredata.cc
|
Address several issues reported by cppcheck all over the place.
|
2012-12-24 13:14:33 +01:00 |
|
tgbabddcoredata.hh
|
Use -fvisibility=hidden in src/tgba/.
|
2013-07-29 01:14:03 +02:00 |
|
tgbabddfactory.hh
|
Use -fvisibility=hidden in src/tgba/.
|
2013-07-29 01:14:03 +02:00 |
|
tgbaexplicit.cc
|
Upgrade GPL v2+ to GPL v3+.
|
2012-10-12 22:05:18 +02:00 |
|
tgbaexplicit.hh
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgbagraph.hh
|
* src/graph/graph.hh, src/tgba/tgbagraph.hh: Cosmetic fixes.
|
2014-06-20 13:46:39 +02:00 |
|
tgbakvcomplement.cc
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgbakvcomplement.hh
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgbamask.cc
|
tgbamask: implement a build_tgba_mask_acc_ignore() function.
|
2014-03-27 18:43:22 +01:00 |
|
tgbamask.hh
|
tgbamask: implement a build_tgba_mask_acc_ignore() function.
|
2014-03-27 18:43:22 +01:00 |
|
tgbaproduct.cc
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgbaproduct.hh
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgbaproxy.cc
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgbaproxy.hh
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgbasafracomplement.cc
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgbasafracomplement.hh
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgbascc.cc
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgbascc.hh
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgbasgba.cc
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgbasgba.hh
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgbatba.cc
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgbatba.hh
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgbaunion.cc
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
tgbaunion.hh
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
wdbacomp.cc
|
tgba: remove the global_state and global_automaton argument of succ_iter
|
2014-02-17 22:53:06 +01:00 |
|
wdbacomp.hh
|
Use -fvisibility=hidden in src/tgba/.
|
2013-07-29 01:14:03 +02:00 |