* src/tgbaalgos/gtec/ce.cc (couvreur99_check_result::accepting_run,
couvreur99_check_result::complete_cycle, couvreur99_check_result::accepting_path): Record conditions and acceptance conditions in the accepting run. Simplify the todo BFS stack for accepting_run and complete_cycle. * src/tgbatest/ltl2tgba.cc (main): Do use replay_tgba_run now everything works. * src/tgbaalgos/replayrun.cc (replay_tgba_run): Be more verbose when an outgoing transition is not found.
This commit is contained in:
parent
35a286ba41
commit
e7bc4f2a5a
4 changed files with 79 additions and 63 deletions
|
|
@ -581,8 +581,8 @@ main(int argc, char** argv)
|
|||
else
|
||||
{
|
||||
spot::print_tgba_run(std::cout, run, ec_a);
|
||||
// if (!spot::replay_tgba_run(std::cout, ec_a, run))
|
||||
// exit_code = 1;
|
||||
if (!spot::replay_tgba_run(std::cout, ec_a, run))
|
||||
exit_code = 1;
|
||||
delete run;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue