|
Minotaur 0.4.1
Docs for developers
|
Public Attributes | |
| UInt | calls |
| Total number of calls to solve. | |
| UInt | opt |
| No. of calls to Uno's Optimize. | |
| UInt | reopt |
| No. of calls to Uno's ReOptimize. | |
| UInt | iters |
| Sum of number of iterations in all calls. | |
| double | ptime |
| Sum of time taken in all calls to presolve. | |
| UInt | strCalls |
| Calls to solve while strong branching. | |
| UInt | strIters |
| Number of iterations in strong branching alone. | |
| double | strTime |
| time taken in strong branching alone. | |
| double | time |
| Sum of time taken in all calls to solve. | |
| double | walltime |