Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Spot Spot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 136
    • Issues 136
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • SpotSpot
  • SpotSpot
  • Repository
Switch branch/tag
  • spot
  • src
  • ltltest
  • reduccmp.test
Find file BlameHistoryPermalink
  • Alexandre Duret-Lutz's avatar
    simplify: add four simplification rules for GF and FG · e4ecc2d4
    Alexandre Duret-Lutz authored Jan 11, 2013
    GF(a|Xb) = GF(a|b)      GF(a|Fb) = GF(a|b)
    FG(a&Xb) = FG(a&b)      FG(a&Gb) = FG(a&b)
    
    * src/ltlvisit/simplify.cc: Implement them.
    * NEWS, doc/tl/tl.tex: Document them.
    * src/ltltest/reduccmp.test: Test then.
    e4ecc2d4