Closed fserra closed 6 years ago
Looks good!
oh, I forgot the test. The test you wrote is not testing the issue. Apparently, Julia always sets and objective an apparently, when there is no objective it passes an expression that looks like +()
or something like that.
that is a sum expression with no children, that is not the same as passing nothing at all (or not even calling the function).
Anyway, creating that in the CSIP side is absurd
Oh, well, I created a test in SCIP.jl
, so it's covered that way.
fixes https://github.com/SCIP-Interfaces/SCIP.jl/issues/67