We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is the third of several issues for the element constraint. (See #196 and #197 ) It's also the more formal issue for #195 and #164
It would be great to index variable 1D arrays with a variable like:
@variable(m, 1 <= c[1:7] <= 10, Int) @variable(m, 1 <= idx <= 7, Int) @constraint(m, c[idx] == 5)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is the third of several issues for the element constraint. (See #196 and #197 )
It's also the more formal issue for #195 and #164
It would be great to index variable 1D arrays with a variable like:
The text was updated successfully, but these errors were encountered: