Skip to content

Change representation of multiple domains in ODE solvers interface #122

@papachristoumarios

Description

@papachristoumarios

Instead of defining std::vector<Polytope*> to represent a list which has elements either a Polytope
or NULL to represent R^d.

We want to change this structure to std::vector<Polytope> and the representation of R^d should be
handled inside the corresponding polytope classes.

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