* src/tgbaalgos/emptinesscheck.cc (emptiness_check::complete_cycle):
Simplify, comment, and free memory.
This commit is contained in:
parent
89fddaaa81
commit
66f05a2621
3 changed files with 64 additions and 47 deletions
|
|
@ -101,13 +101,13 @@ namespace spot
|
|||
|
||||
/// Called by counter_example to find a path which traverses all
|
||||
/// accepting conditions in the accepted SCC.
|
||||
void accepting_path (const connected_component_set& comp_path,
|
||||
const state* start_path, bdd acc_to_traverse);
|
||||
void accepting_path (const connected_component_set& scc,
|
||||
const state* start, bdd acc_to_traverse);
|
||||
|
||||
/// Complete a cycle that caraterise the period of the counter
|
||||
/// example. Append a sequence to the path given by accepting_path.
|
||||
void complete_cycle(const connected_component_set& comp_path,
|
||||
const state* from_state, const state* to_state);
|
||||
void complete_cycle(const connected_component_set& scc,
|
||||
const state* from, const state* to);
|
||||
};
|
||||
}
|
||||
#endif // SPOT_EMPTINESS_CHECK_HH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue