Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Ontological typing uses an unperformant algorithm #182

@liamhuber

Description

@liamhuber

Fundamentally, we need to check the actual realized workflow graphs against the tree of available ontological graphs. Right now each port does this in the most naive way:

  • Generate all possible workflows for the ontology, and check my graph.
  • Repeat for each node in my tree.

This is only updated when new connections are made, but still. With graphs the size of the examples the delay is not particularly cumbersome, but the scaling is not good and a more intelligent comparison of the two trees will be needed in the future.

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