exclusive_ap::constrain does not improve determism

Fixes #363.

* spot/tl/exclusive.cc: Fix the prop_copy() call.
* tests/core/exclusive-tgba.test: Test it.
* NEWS: Mention the issue.
This commit is contained in:
Alexandre Duret-Lutz 2018-09-26 11:35:19 +02:00
parent 23fe20c3e4
commit eae05119e5
3 changed files with 14 additions and 2 deletions

View file

@ -178,7 +178,7 @@ namespace spot
twa_graph_ptr res = make_twa_graph(aut->get_dict());
res->copy_ap_of(aut);
res->prop_copy(aut, { true, true, false, true, false, true });
res->prop_copy(aut, { true, true, false, false, false, true });
res->copy_acceptance_of(aut);
if (simplify_guards)
{