![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include <set_cover_model.h>
Public Member Functions | |
std::string | DebugString () const |
Public Attributes | |
double | min |
double | max |
double | median |
double | mean |
double | stddev |
A struct enabling to show basic statistics on rows and columns. The meaning of the fields is obvious.
Definition at line 241 of file set_cover_model.h.
|
inline |
Definition at line 248 of file set_cover_model.h.
double operations_research::SetCoverModel::Stats::max |
Definition at line 243 of file set_cover_model.h.
double operations_research::SetCoverModel::Stats::mean |
Definition at line 245 of file set_cover_model.h.
double operations_research::SetCoverModel::Stats::median |
Definition at line 244 of file set_cover_model.h.
double operations_research::SetCoverModel::Stats::min |
Definition at line 242 of file set_cover_model.h.
double operations_research::SetCoverModel::Stats::stddev |
Definition at line 246 of file set_cover_model.h.