Google OR-Tools v9.11
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 223 of file set_cover_model.h.
|
inline |
Definition at line 230 of file set_cover_model.h.
double operations_research::SetCoverModel::Stats::max |
Definition at line 225 of file set_cover_model.h.
double operations_research::SetCoverModel::Stats::mean |
Definition at line 227 of file set_cover_model.h.
double operations_research::SetCoverModel::Stats::median |
Definition at line 226 of file set_cover_model.h.
double operations_research::SetCoverModel::Stats::min |
Definition at line 224 of file set_cover_model.h.
double operations_research::SetCoverModel::Stats::stddev |
Definition at line 228 of file set_cover_model.h.