Skip to content
  • Alexandre Duret-Lutz's avatar
    genem: replace one recursive call by a loop · 9caba8bf
    Alexandre Duret-Lutz authored
    * spot/twaalgos/genem.cc: In the spot29 implementation for the generic
    case, when Fin(fo)=true and Fin(fo)=false have to be tested
    separately, the second test can be done by a loop instead of a
    recursion, to avoid unnecessary processing of the acceptance
    condition.  Suggested by Jan Strejček.
    9caba8bf