Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::SetCoverModel::Stats Struct Reference

#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

Detailed Description

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.

Member Function Documentation

◆ DebugString()

std::string operations_research::SetCoverModel::Stats::DebugString ( ) const
inline

Returns a string representation of the stats.

Todo
(user): remove this as it is obsolete.

Definition at line 307 of file set_cover_model.h.

◆ ToString()

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.

◆ ToVerboseString()

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.

Member Data Documentation

◆ iqr

double operations_research::SetCoverModel::Stats::iqr

Definition at line 303 of file set_cover_model.h.

◆ max

double operations_research::SetCoverModel::Stats::max

Definition at line 299 of file set_cover_model.h.

◆ mean

double operations_research::SetCoverModel::Stats::mean

Definition at line 301 of file set_cover_model.h.

◆ median

double operations_research::SetCoverModel::Stats::median

Definition at line 300 of file set_cover_model.h.

◆ min

double operations_research::SetCoverModel::Stats::min

Definition at line 298 of file set_cover_model.h.

◆ stddev

double operations_research::SetCoverModel::Stats::stddev

Definition at line 302 of file set_cover_model.h.


The documentation for this struct was generated from the following files: