Skip to content

RJT clusters assume root node to be the last element in the list #63

@toubinaattori

Description

@toubinaattori

Factorization constraints for the RJT-model assume that the list of nodes in a cluster is ordered so that the root node is the last element in the list. This creates a problem, when a user wants to add nodes to clusters and pushes them to the end of the list. Then the factorization constraints do not work and the model has no solutions.

The assumption is as follows:

diagram.RJT.clusters[name][end] = name

Possible solutions:

  • Throw an error if the root node of a cluster is not the last element
  • Modify factorization constraints so that the root node does not have to be the last element

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions