* src/tgbaalgos/gtec/status.hh
(couvreur99_check_status::cycle_seed): New attribute. * src/tgbaalgos/gtec/gtec.cc (couvreur99_check::check, couvreur99_check_shy::check): Fill cycle_seed. * src/tgbaalgos/gtec/ce.hh, src/tgbaalgos/gtec/ce.cc: (couvreur99_check_result::accepting_run, couvreur99_check_result::accepting_cycle): Revamp to compute a cycle from the cycle_start, and then the shortest prefix to this cycle.
This commit is contained in:
parent
27966c28f0
commit
abbd0eee07
8 changed files with 154 additions and 139 deletions
|
|
@ -263,7 +263,11 @@ main(int argc, char **argv)
|
|||
ce = new spot::couvreur99_check_result(ecs);
|
||||
break;
|
||||
default:
|
||||
ce = spot::counter_example_ssp(ecs);
|
||||
// ce = spot::counter_example_ssp(ecs);
|
||||
std::cerr
|
||||
<< "counter_example_ssp() is no longer supported"
|
||||
<< std::endl;
|
||||
exit(1);
|
||||
}
|
||||
#endif
|
||||
spot::tgba_run* run = ce->accepting_run();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue