Skip to content

Measures inside derivatives are not expanded #323

Open
@pulsipher

Description

@pulsipher

When measures are expanded within an InfiniteModel via expand_all_measures!, any measure inside a derivative is skipped.

model = InfiniteModel()
@infinite_parameter(m, t in [0, 1])
@infinite_parameter(m, x in [0, 1])
@variable(m, y, Infinite(t, x))
@constraint(m, ((y, t), x) == 0)
expand_all_measures!(m)

Hence, nothing happens with the above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions