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 134
    • Issues 134
    • 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
  • Issues
  • #289
Closed
Open
Issue created Oct 02, 2017 by Alexandre Duret-Lutz@adlOwner

autfilt --stats=%[n]g

Currently, %g displays the acceptance formula, but we have no way to display the acceptance "name" (e.g. "parity odd even 7" instead of a huge formula) if it exists.

I suggest introducing

  • %[n]g to display the "full name" ("parity odd even 7" or "Rabin 4")
  • %[a]g to display just the acceptance name ("parity" or "Rabin")

I'd suggest to use "other N" for naming unknown acceptance conditions with N sets instead of the empty string.

This way, it's easier to use ... | autfilt -o '%[a]g' to bin automata in different files according to their acceptance.

Assignee
Assign to
Time tracking