* src/tgbaalgos/reductgba_sim_del.cc

(parity_game_graph_delayed::get_relation): Disable for generalized
automata, it's wrong.
This commit is contained in:
Alexandre Duret-Lutz 2005-06-06 13:53:56 +00:00
parent fc4f4f7288
commit 8a5fd909b3
3 changed files with 12 additions and 46 deletions

View file

@ -69,8 +69,7 @@ namespace spot
int opt = -1);
/// Compute a delayed simulation relation on state of tgba \a f.
// FIXME: This method is correct but it builds sometime (when there are more
// than one acceptance condition) only a part of the simulation relation.
/// \bug Does not work for generalized automata.
delayed_simulation_relation* get_delayed_relation_simulation(const tgba* a,
std::ostream& os,
int opt = -1);