I want to apply qpOASES in C++ on visual studio 2015 to solve the quadratic programming problem. But the iteration details such "Step size" will be shwon. How can I make the qpOASES silence?
Asked
Active
Viewed 128 times
1 Answers
0
You can set the PrintLevel
to PL_NONE
or PL_LOW
. See the documentation at https://www.coin-or.org/qpOASES/doc/3.2/manual.pdf.

Erwin Kalvelagen
- 15,677
- 2
- 14
- 39
-
I have got the answer in the document and thkx any way – Zhitao Wang Jan 24 '19 at 03:29