spot/src/tgba
Alexandre Duret-Lutz 2e97e6447b * src/tgba/state.hh (state_ptr_less_than, state_ptr_equal):
Declare as std::binary_function.
(state_ptr_hash): Declare as std::unary_function.
* src/tgbaalgos/lbtt.cc (state_acc_pair_equal,
state_acc_pair_hash): Likewise.
* src/misc/bddlt.hh (bdd_less_than): Likewise.
* src/misc/hash.hh (ptr_hash, string_hash): Likewise.
2003-09-30 16:02:34 +00:00
..
.cvsignore Initial code for TGBA (Transition Generalized Büchi Automata). 2003-05-26 11:17:40 +00:00
bdddict.cc This implements Couvreur's FM'99 ltl2tgba translation. 2003-08-15 01:33:09 +00:00
bdddict.hh Rewrite all std::map<const formula*, ...> as 2003-08-28 16:59:11 +00:00
bddprint.cc Before this change, all automata would construct their own 2003-07-14 21:42:59 +00:00
bddprint.hh Before this change, all automata would construct their own 2003-07-14 21:42:59 +00:00
Makefile.am * src/tgba/tgba.hh (tgba::~tgba): Make it public. 2003-07-25 17:27:52 +00:00
public.hh * src/tgba/ltl2tgba.hh, src/tgba/ltl2tgba.cc: Move ... 2003-06-26 15:15:39 +00:00
state.hh * src/tgba/state.hh (state_ptr_less_than, state_ptr_equal): 2003-09-30 16:02:34 +00:00
statebdd.cc * src/tgba/state.hh (state::hash): New method. 2003-08-29 15:54:31 +00:00
statebdd.hh * src/tgba/state.hh (state::hash): New method. 2003-08-29 15:54:31 +00:00
succiter.hh * src/tgba/succiter.hh (current_state, current_conditions 2003-07-07 13:43:53 +00:00
succiterconcrete.cc Revamp the multop interface to allow some basic optimizations like 2003-08-10 16:29:49 +00:00
succiterconcrete.hh * src/tgba/succiter.hh (current_state, current_conditions 2003-07-07 13:43:53 +00:00
tgba.cc * src/tgba/tgba.hh, src/tgba/tgba.cc 2003-07-30 12:41:48 +00:00
tgba.hh * src/tgba/tgba.hh, src/tgba/tgba.cc 2003-07-30 12:41:48 +00:00
tgbabddconcrete.cc Now succ_iter() can fetch extra information from 2003-07-17 15:11:49 +00:00
tgbabddconcrete.hh * src/tgba/tgba.hh, src/tgba/tgba.cc 2003-07-30 12:41:48 +00:00
tgbabddconcretefactory.cc Before this change, all automata would construct their own 2003-07-14 21:42:59 +00:00
tgbabddconcretefactory.hh Rewrite all std::map<const formula*, ...> as 2003-08-28 16:59:11 +00:00
tgbabddconcreteproduct.cc Homogenize passing of automata as pointers, not references. 2003-07-14 22:20:35 +00:00
tgbabddconcreteproduct.hh Homogenize passing of automata as pointers, not references. 2003-07-14 22:20:35 +00:00
tgbabddcoredata.cc Before this change, all automata would construct their own 2003-07-14 21:42:59 +00:00
tgbabddcoredata.hh Before this change, all automata would construct their own 2003-07-14 21:42:59 +00:00
tgbabddfactory.hh Before this change, all automata would construct their own 2003-07-14 21:42:59 +00:00
tgbaexplicit.cc * src/tgba/state.hh (state::hash): New method. 2003-08-29 15:54:31 +00:00
tgbaexplicit.hh * src/tgba/state.hh (state::hash): New method. 2003-08-29 15:54:31 +00:00
tgbaproduct.cc * src/tgba/state.hh (state::hash): New method. 2003-08-29 15:54:31 +00:00
tgbaproduct.hh * src/tgba/state.hh (state::hash): New method. 2003-08-29 15:54:31 +00:00
tgbatba.cc * src/tgba/state.hh (state::hash): New method. 2003-08-29 15:54:31 +00:00
tgbatba.hh Rewrite all std::map<const formula*, ...> as 2003-08-28 16:59:11 +00:00