Specification: Permutation Groups (OSCAR v1.6-v1.8)

Profiles: OSCAR v1.6, OSCAR v1.7, OSCAR v1.8 Other versions: Permutation Groups (OSCAR v1.0-v1.1), Permutation Groups (OSCAR v1.2-v1.3), Permutation Groups (OSCAR v1.4-v1.5)

In OSCAR v1.6 through v1.8, PermGroup keeps the top-level attrs block, but the nested ZZRingElem and Bool attributes use the newer typed encodings.

Encoding Notes

Canonical Example Payload

The following payload is taken directly from the current rosetta-stone corpus.

{
  "_ns": {
    "Oscar": [
      "https://github.com/oscar-system/Oscar.jl",
      "1.8.0-DEV-1-8dea7e5a4d0cdef038b2fa2cd018d08201b4ac07"
    ]
  },
  "_type": "PermGroup",
  "data": {"degree": "5", "gens": [["2", "1"], ["1", "2", "4", "3"], ["3", "4", "1", "2"]]},
  "attrs": {
    "order": {"_type": {"name": "ZZRingElem", "params": {"_type": "ZZRing"}}, "data": "8"},
    "is_nilpotent": {"_type": "Bool", "data": true},
    "is_perfect": {"_type": "Bool", "data": false},
    "is_solvable": {"_type": "Bool", "data": true}
  },
  "id": "92b0ad76-e9f6-4699-ba58-7b33ff10664b"
}

Documented Profiles in This Corpus

This table records the profile/version pairs currently represented by the rosetta-stone examples for this data type. Add new rows as new systems or encoding revisions are documented.

Profile Version Example Root type
Oscar 1.6.0 Subgroup of symmetric group PermGroup
Oscar 1.6.0 Symmetric group PermGroup
Oscar 1.7.0 Subgroup of symmetric group PermGroup
Oscar 1.7.0 Symmetric group PermGroup
Oscar 1.8.0-DEV-1-8dea7e5a4d0cdef038b2fa2cd018d08201b4ac07 Subgroup of symmetric group PermGroup
Oscar 1.8.0-DEV-1-8dea7e5a4d0cdef038b2fa2cd018d08201b4ac07 Symmetric group PermGroup

Rosetta Stone Examples