Highs Options #2055
-
Hello, I am a new user of Highs solver and I am having a bit hard time understanding how to pass options when using Highs on bash Linux. For example if I want to do: $ highs --log_to_console=false test.lp I get the following error Error parsing options: Option 'log_to_console' does not exist Similar issue happens if I try to pass any of the options, that are not defined in highs --help I look forward to guidance in this regard. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Only a few of the options can be set directly as command-line options, see https://ergo-code.github.io/HiGHS/stable/executable/ for
and call HiGHS with the command line option --options_file=foo.set |
Beta Was this translation helpful? Give feedback.
Only a few of the options can be set directly as command-line options, see
https://ergo-code.github.io/HiGHS/stable/executable/
for
log_to_console
and other options, you need to create a file (sayfoo.set
) with data such asand call HiGHS with the command line option
--options_file=foo.set