Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
Spot
Spot
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 111
    • Issues 111
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Spot
  • SpotSpot
  • Issues
  • #58

Closed
Open
Opened Feb 20, 2015 by Alexandre Duret-Lutz@adlOwner

are_isomorphic and canonicalize should also consider reorderings of acceptance sets

For instance

HOA: v1
States: 2
Start: 0
Acceptance: 2 Inf(0)&Inf(1)
--BODY--
State: 0 {0} [t] 1
State: 1 {1} [t] 0
--END--

should be considered as isomorphic to

HOA: v1
States: 2
Start: 0
Acceptance: 2 Inf(0)&Inf(1)
--BODY--
State: 0 {1} [t] 1
State: 1 {0} [t] 0
--END--

since we just flipped the acceptance set numbers.

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: spot/spot#58