Skip to content

Questions when using CBC #1168

Discussion options

You must be logged in to vote

Opti has some mix of common and solver specific, so I think you have to do something like below to add some some missing options

ops = sdpsettings('solver','cbc');
ops.cbc.maxtime = 1;

YALMIP creates the options via cbcset, and some are not added by that constructor. You can look in opti_cbc to reverse engineer some stuff

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by johanlofberg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants