Public Member Functions | |
ResolutionInformation () | |
ResolutionInformation & | operator+= (ResolutionInformation &other) |
Public Attributes | |
double | time |
double | nlp_time |
double | mip_time |
int | n_iterations |
int | n_nlp_iterations |
int | n_mip_nodes |
Definition at line 119 of file OAFeasibilityPump.cpp.
ResolutionInformation::ResolutionInformation | ( | ) | [inline] |
Definition at line 127 of file OAFeasibilityPump.cpp.
ResolutionInformation& ResolutionInformation::operator+= | ( | ResolutionInformation & | other | ) | [inline] |
Definition at line 129 of file OAFeasibilityPump.cpp.
References mip_time, n_iterations, n_mip_nodes, n_nlp_iterations, nlp_time, and time.
double ResolutionInformation::time |