Google OR-Tools v9.12
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
 

Public Attributes

double min
 
double max
 
double median
 
double mean
 
double stddev
 

Detailed Description

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.

Member Function Documentation

◆ DebugString()

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

Definition at line 248 of file set_cover_model.h.

Member Data Documentation

◆ max

double operations_research::SetCoverModel::Stats::max

Definition at line 243 of file set_cover_model.h.

◆ mean

double operations_research::SetCoverModel::Stats::mean

Definition at line 245 of file set_cover_model.h.

◆ median

double operations_research::SetCoverModel::Stats::median

Definition at line 244 of file set_cover_model.h.

◆ min

double operations_research::SetCoverModel::Stats::min

Definition at line 242 of file set_cover_model.h.

◆ stddev

double operations_research::SetCoverModel::Stats::stddev

Definition at line 246 of file set_cover_model.h.


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