Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Construction of transformation doesn't complete with fixed points. #10

Description

@hivert
Python 3.6.9 (default, Nov  7 2019, 10:44:02) 
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from libsemigroups_cppyy import Transformation
>>> Transformation([9, 3, 1, 2, 0, 8, 1, 2, 0, 5])
Transformation([9, 3, 1, 2, 0, 8, 1, 2, 0, 5, 0, 0, 0, 0, 0, 0])

This should be

Transformation([9, 3, 1, 2, 0, 8, 1, 2, 0, 5, 10, 11, 12, 13, 14, 15])

In HPCombi

PTransf16({}) == PTransf16::one();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions