Skip to content

Breaks with new version of ModelingToolkit #138

@dpsanders

Description

@dpsanders

Variables in ModelingToolkit are now functions, which breaks some internals of ICP:

julia> @variables x y
(x(), y())

Contractor([x, y], x^2 + y^2)
ERROR: ArgumentError: Function x not available. Use @function to define it.

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