![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <set_cover_model.h>
Public Member Functions | |
std::string | DebugString () const |
std::string | ToString (absl::string_view sep) const |
Returns a string representation of the stats, using the given separator. | |
std::string | ToVerboseString (absl::string_view sep) const |
Public Attributes | |
double | min |
double | max |
double | median |
double | mean |
double | stddev |
double | iqr |
A struct enabling to show basic statistics on rows and columns. The meaning of the fields is obvious.
Definition at line 297 of file set_cover_model.h.
|
inline |
Returns a string representation of the stats.
Definition at line 307 of file set_cover_model.h.
std::string operations_research::SetCoverModel::Stats::ToString | ( | absl::string_view | sep | ) | const |
Returns a string representation of the stats, using the given separator.
Definition at line 696 of file set_cover_model.cc.
std::string operations_research::SetCoverModel::Stats::ToVerboseString | ( | absl::string_view | sep | ) | const |
Returns a verbose string representation of the stats, using the given separator.
Definition at line 701 of file set_cover_model.cc.
double operations_research::SetCoverModel::Stats::iqr |
Definition at line 303 of file set_cover_model.h.
double operations_research::SetCoverModel::Stats::max |
Definition at line 299 of file set_cover_model.h.
double operations_research::SetCoverModel::Stats::mean |
Definition at line 301 of file set_cover_model.h.
double operations_research::SetCoverModel::Stats::median |
Definition at line 300 of file set_cover_model.h.
double operations_research::SetCoverModel::Stats::min |
Definition at line 298 of file set_cover_model.h.
double operations_research::SetCoverModel::Stats::stddev |
Definition at line 302 of file set_cover_model.h.