Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Measures inside derivatives are not expanded #323

Open
pulsipher opened this issue Oct 5, 2023 · 0 comments
Open

Measures inside derivatives are not expanded #323

pulsipher opened this issue Oct 5, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@pulsipher
Copy link
Collaborator

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.

@pulsipher pulsipher added the bug Something isn't working label Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant