-
Notifications
You must be signed in to change notification settings - Fork 9
Trouble writing a .cbf with constraints for a mixed-integer PSD program #86
Comments
Try replacing MOI.copy_to(mathoptformat_model, backend(mMP)) by MOI.copy_to(MOI.Bridges.full_bridge_optimizer(mathoptformat_model), backend(mMP)) |
Trying that, I get the following error:
|
I tried using |
Yes, |
Thank you for your help. |
I'm going to keep this open until the docs are improved or this is integrated into JuMP. |
Closed by jump-dev/JuMP.jl#2114 |
I am using Julia 1.2 and the most recent MOI. I have the following reasonably minimal example
The only way this code writes the cbf file without an error is if I code out all of the constraints. With the error, the message is something like
What am I missing? Thank you.
The text was updated successfully, but these errors were encountered: