opencobra / optlang

optlang - sympy based mathematical programming language
http://optlang.readthedocs.org/
Apache License 2.0
253 stars 52 forks source link

Scaling output #238

Closed mauliadianti closed 2 years ago

mauliadianti commented 3 years ago

Question

dear all, I have run my optlang perfectly, and now I want to not display this scaling output Capture I found some articles here https://en.wikibooks.org/wiki/GLPK/Terminal_output they say that the scaling output can disable with "--noscale command-line option" where or how can I do that?

thanks before.

Midnighter commented 3 years ago

You can actually control this by configuring optlang's verbosity.

I think there is some bug with the GLPK interface which (for now) requires that you set the verbosity to 0 before you create a model, otherwise you see above message.

mauliadianti commented 2 years ago

hai @Midnighter thanks for the answer, but unfortunately I can't solve the issue using your suggestion, Turns out I just split the output and just choose what I wanted to get, that was the best I can do I think, It's been a long time since I am not open my email, so sorry for a late response from me, but thanks anyway for the answer,