Minotaur 0.4.1
Docs for developers
|
#include <qpOASESEngine.h>
Public Attributes | |
UInt | calls |
UInt | strCalls |
Total number of calls to solve. | |
double | time |
Calls to solve while strong branching. | |
double | strTime |
Sum of time taken in all calls to solve. | |
double | cTime |
Time taken in strong branching alone. | |
UInt | iters |
Time taken in copying data for strong-branching. | |
UInt | strIters |
Sum of number of iterations in all calls. | |
UInt | n_total |
Number of iterations in strong branching alone. | |
UInt | n_cold |
UInt | n_strbr |
UInt | n_dive |
UInt | n_warm |
UInt | piv_total |
UInt | piv_cold |
UInt | piv_strbr |
UInt | piv_dive |
UInt | piv_warm |
double | time_total |
double | time_cold |
double | time_strbr |
double | time_dive |
double | time_warm |
qpOASES call and timing statistics