Skip to content

Widget for (n,m) Dyck paths, represented as integer partitions below the staircase #5

Open
@nthiery

Description

@nthiery

Scénario by François: «... les $(m,n)$-chemins de Dyck, présentés comme des partages contenues dans l’escalier $(m,n)$, avec $(m,n)$ fixé. J’imagine qu’alors, on pourrair avoir certaines des lignes du diagramme (parts du partage) qui n’aurait plus la possibilité de croître (pas de symbole plus) une fois atteint le bord de l’escalier. Ce dernier escalier englobant pourrait apparaître en filigrane, ou dans une autre couleur.»

Plan:

  • Implement a class for (m,n) Dyck paths, represented as integer partitions below the stair case
  • Implement an adapter for the grid view widget; it will be roughly the same as for integer partitions, up to adapting the addable corners method
  • Extend the view to highlight/delimit a region (here that in which the cells are confined)
  • Extend the adapter API to specify that region
  • Implement that API for Dyck paths

The first two and last items are purely business logic; this is a good candidate for training a researcher to write adapters, and assessing how easy (or not!) this is.

Metadata

Metadata

Assignees

No one assigned

    Labels

    adapterenhancementNew feature or requestgood first issueGood for newcomersresearcherFeature best implemented by a researcher / end-user

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions