jump-dev / HiGHS.jl

A Julia interface to the HiGHS solver
https://highs.dev
MIT License
108 stars 15 forks source link

Problems on set_optimizer_attribute on "log_to_console" in linux #132

Closed JackCai26 closed 1 year ago

JackCai26 commented 1 year ago

I used Highs in a Linux-based server and when I tried to apply set_optimizer_attribute(model, "log_to_console", "false"), it shows:

ERROR: MathOptInterface.SetAttributeNotAllowed{MathOptInterface.RawOptimizerAttribute}: Setting attribute MathO ptInterface.RawOptimizerAttribute("log_to_console") cannot be performed: Invalid value false::String for option "log_to_console". I need to disable console logging so if anyone can help me to solve it? Thanks so much!