Skip to content

Parallelize the construction of constraints & co. of abstract models #1104

@larsschellhas

Description

@larsschellhas

Right now a huge amount of the time used for instantiating an abstract model goes into evaluation and construction of constraints.
Those constraints are all dependent on the parameters they were given, but don't depend on each other. Therefore it should be possible to generate the expressions in parallel and combine them afterwards to the full model.
This would probably speed up the model instantiation extremely, especially on machines with many cores.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions