Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Parameterize Automaton type #17

Description

@Ratfink

Currently, the types of members of an Automaton struct are fixed: the dynamics is always assumed to be Float64, and the arrays are standard 1-based Vectors. That creates some inflexibility, particularly with regard to the recently-merged schedule synthesis work, which creates a whole extra _ConstructedAutomaton type that could be merged with the regular Automaton. To alleviate this inflexibility, and remove the duplicitous type, we should parameterize the Automaton type and make the schedule synthesis code use it throughout.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions