dirkschumacher / ompr

R package to model Mixed Integer Linear Programs
https://dirkschumacher.github.io/ompr/
Other
269 stars 35 forks source link

Solver log not showing up anymore #423

Open multiduplikator opened 2 years ago

multiduplikator commented 2 years ago

Recently, when using solve_model(model, with_ROI(solver = "cbc", control = list("threads" = 8))) there is no solver log showing up anymore. And no matter what parameter I pass (e.g. log = 1), the solver log does not show up anymore.

What can I do to get the log back?