MathOptInterface.jl icon indicating copy to clipboard operation
MathOptInterface.jl copied to clipboard

Allow creating model from parts

Open blegat opened this issue 1 month ago • 1 comments

We allow the users to create the model without using the MOI interface which might seem scary. But this will probably only be used either by advanced users or using something like https://github.com/jump-dev/MatrixOptInterface.jl/pull/35

Needed for https://github.com/jump-dev/MatrixOptInterface.jl/pull/35

blegat avatar Dec 09 '25 11:12 blegat

Tests please

odow avatar Dec 15 '25 01:12 odow

I'll first make https://github.com/jump-dev/MatrixOptInterface.jl/pull/35 and then take a miniature version of https://github.com/jump-dev/MatrixOptInterface.jl/pull/35 as test here

blegat avatar Dec 19 '25 22:12 blegat

I don't understand the codecov missing lines, it's reporting the signature of function as not covered but then its body is covered...

blegat avatar Dec 21 '25 09:12 blegat