unset_binary
function does not work after optimize!
is called
#87
Labels
unset_binary
function does not work after optimize!
is called
#87
I found that calling
unset_binary
does not work afteroptimize!
is called when using Juniper as the solver. Below is a MWE that returns the same error.I initially thought it might be a problem on Juniper's side, but I can run the same problem in JuMP using Juniper and it does not return an error (see below).
I followed the stacktrace, and it seems like it might be because this line calls
delete
on aMOI.Bridges.LazyBridgeOptimizer
object. In contrast, this line works, but it is callingdelete
on aMOI.Utilities.CachingOptimizer
object. It looks like the JuMP version also only callsdelete
on theCachingOptimizer
object.The text was updated successfully, but these errors were encountered: