Google OR-Tools v9.11
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 223 of file set_cover_model.h.

Member Function Documentation

◆ DebugString()

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

Definition at line 230 of file set_cover_model.h.

Member Data Documentation

◆ max

double operations_research::SetCoverModel::Stats::max

Definition at line 225 of file set_cover_model.h.

◆ mean

double operations_research::SetCoverModel::Stats::mean

Definition at line 227 of file set_cover_model.h.

◆ median

double operations_research::SetCoverModel::Stats::median

Definition at line 226 of file set_cover_model.h.

◆ min

double operations_research::SetCoverModel::Stats::min

Definition at line 224 of file set_cover_model.h.

◆ stddev

double operations_research::SetCoverModel::Stats::stddev

Definition at line 228 of file set_cover_model.h.


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