Skip to content

Measures inside derivatives are not expanded #323

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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