|
Minotaur 0.4.1
Docs for developers
|
A statistic struct for MINLP Diving heuristic. More...
#include <MINLPDiving.h>
Public Attributes | |
| UInt | numNLPs [4] |
| UInt | numInfeas [4] |
| NLPs solved in each selection method. | |
| UInt | errors [4] |
| Infeasible NLPs solved. | |
| UInt | numSol [4] |
| NLPs that encountered errors. | |
| double | time [4] |
| Solutions obtained. | |
| UInt | iterations [4] |
| Time for each selection method. | |
| UInt | totalNLPs |
| NLP iterations. | |
| UInt | totalSol |
| NLPs solved. | |
| UInt | numLocal |
| Solutions found. | |
| double | best_obj_value |
| Local optimal solutions obtained. | |
| double | totalTime |
| Best objective value of feasible solution. | |
| UInt | totalProbs |
| Iterations. | |
A statistic struct for MINLP Diving heuristic.
A statistic struct for ParMINLP Diving heuristic.
| UInt Minotaur::DivingheurStats::totalSol |
NLPs solved.
Problems solved.