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
From https://github.com/jump-dev/MathOptInterface.jl/actions/runs/8178195961/job/22361584872
I assume it's because of jump-dev/MathOptInterface.jl#2444
It isn't safe to assume that certain operators have a fixed Int. You should look up the operator_to_id dictionary that maps Symbol to Int: https://github.com/jump-dev/MathOptInterface.jl/blob/d4c64a291b28c5042ecd292e2cb298e618d8eaaa/src/Nonlinear/operators.jl#L144
Int
operator_to_id
Symbol
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
From https://github.com/jump-dev/MathOptInterface.jl/actions/runs/8178195961/job/22361584872
I assume it's because of jump-dev/MathOptInterface.jl#2444
It isn't safe to assume that certain operators have a fixed
Int
. You should look up theoperator_to_id
dictionary that mapsSymbol
toInt
:https://github.com/jump-dev/MathOptInterface.jl/blob/d4c64a291b28c5042ecd292e2cb298e618d8eaaa/src/Nonlinear/operators.jl#L144
The text was updated successfully, but these errors were encountered: