* src/tgbaalgos/reductgba_sim_del.cc
(parity_game_graph_delayed::get_relation): Disable for generalized automata, it's wrong.
This commit is contained in:
parent
fc4f4f7288
commit
8a5fd909b3
3 changed files with 12 additions and 46 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue