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
since build_certain_constr only wants vectors, this code fails:
@defVar(m, us[1:10]) #solve a problem ... ustar = getValue(us) build_certain_constr(con, ustar)
Easy workaround is of course replacing ustar by ustar[:], but can we long-term extend the definition please?
VG
The text was updated successfully, but these errors were encountered:
My only concern is that JuMPDict can be multi-dimensional, so I'd need to be sure it was ordered right.
Sorry, something went wrong.
6320e44
Fixed!
No branches or pull requests
since build_certain_constr only wants vectors, this code fails:
Easy workaround is of course replacing ustar by ustar[:], but can we long-term extend the definition please?
VG
The text was updated successfully, but these errors were encountered: