Skip to content
  • Alexandre Duret-Lutz's avatar
    simplify: fix handling of keep_top_xor · 2c267cac
    Alexandre Duret-Lutz authored
    Under that option, !(a ^ b) was converted
    to (!a <=> !b) instead of simply (a <=> b).
    
    * spot/tl/simplify.cc (equiv_or_xor): Improve
    rewriting.
    * tests/core/ltl2tgba2.test, tests/python/simstate.py: Adjust test
    cases.
    2c267cac