Benoît Legat
Benoît Legat
@tholden [has added support for GLPK 4.60](https://github.com/blegat/glpkmex/pull/2), Windows binaries have been updated but this still needs to be done for Mac and Linux. - [x] Recompile for Linux 64 bits...
I tried enabling indicator tests: https://github.com/jump-dev/Cbc.jl/blob/01ee423efa84f3cad38e4973b5f578915c69e181/test/MOI_wrapper.jl#L77 but it fails as Cbc believes the problem to be unbounded. The indicator constraints are bridged by the [IndicatorSOS1Bridge](https://jump.dev/MathOptInterface.jl/v0.9.19/apireference/#MathOptInterface.Bridges.Constraint.IndicatorSOS1Bridge) into SOS1 constraints. This issue...
There are weird issues detected by Github Actions on Mac OS: https://github.com/jump-dev/CSDP.jl/blob/53b41fbdcb4601d75f07a4461b5f89a43367a0b7/test/MOI_wrapper.jl#L104-L132 Could someone with a mac take a look ?
See https://discourse.julialang.org/t/unexpected-behavior-of-objective-value-with-quadratic-objective-and-semidefinite-constraint/107211/4
Closes https://github.com/jump-dev/MosekTools.jl/issues/131
I have commented it out since it does not work, it gives a MethodError https://github.com/jump-dev/MosekTools.jl/blob/53ede41977b8ef5d604b03643875329acc601b86/src/constraint.jl#L773-L790 https://github.com/jump-dev/MosekTools.jl/blob/53ede41977b8ef5d604b03643875329acc601b86/test/runtests.jl#L79-L80 cc @ulfworsoe
Should work now that https://github.com/MOSEK/Mosek.jl/issues/222 is fixed
See https://github.com/JuliaOpt/MosekTools.jl/blob/aaa8e1e317de9a609ad76788fbfaaef197b82c03/src/constraint.jl#L509 https://github.com/JuliaOpt/MosekTools.jl/blob/aaa8e1e317de9a609ad76788fbfaaef197b82c03/src/objective.jl#L17 @ulfworsoe Not sure how to do that. Is it possible to get the list of baraij matrices for a given row i ?