PSORLab / EAGO.jl

A development environment for robust and global optimization
MIT License
140 stars 16 forks source link

Tests are failing #126

Closed odow closed 4 months ago

odow commented 4 months ago

From https://github.com/jump-dev/MathOptInterface.jl/actions/runs/8178195961/job/22361584872

image

I assume it's because of https://github.com/jump-dev/MathOptInterface.jl/pull/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