Skip to content
  • Alexandre Duret-Lutz's avatar
    simplify_acc: perform unit-propagation earlier · b434ac7f
    Alexandre Duret-Lutz authored
    Closes #405.   This shows no difference on the test suite,
    but that is thanks to the previous patch: without it, an
    example in automata.ipynb would have an extra edge.
    
    * spot/twaalgos/cleanacc.cc (simplify_acceptance): Call
    unit_propagation() before simplify_complementary_marks_here() and
    fuse_marks_here(), because that is simpler to perform.
    b434ac7f