-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
I wanted to set some solver attributes using JuMP, e.g.,
model = Model(Cbc.Optimizer)
set_optimizer_attributes(model,"logLevel"=>0)which wasn't working. Then I noticed that the Cbc wrapper in JuMP seems to be ignoring every attribute I try. For instance, even something ridiculous like set_optimizer_attributes(model,"blah"=>-π) doesn't throw an error. Is there a known solution to this? I was hoping to set verbosity and presolve off, but I'm not sure if that's even possible with Cbc and JuMP.
Metadata
Metadata
Assignees
Labels
No labels