Skip to content

Permutations(avoiding=[[1,3,2]]) returns all permutations #26810

@mantepse

Description

@mantepse
sage: Permutations(avoiding=[[1,3,2]])
Standard permutations

We simply implement an appropriate class. Now

[1,3,2] in Permutations(avoiding=[1,3,2])

works as expected.

Depends on #26809

Component: combinatorics

Author: Martin Rubey

Branch/Commit: c9f3018

Reviewer: Daniel Krenn, Travis Scrimshaw

Issue created by migration from https://trac.sagemath.org/ticket/26810

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions