Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::sat::Percentile Class Reference

Detailed Description

Definition at line 822 of file util.h.

#include <util.h>

Public Member Functions

 Percentile (int record_limit)
void AddRecord (double record)
int64_t NumRecords () const
double GetPercentile (double percent)

Constructor & Destructor Documentation

◆ Percentile()

operations_research::sat::Percentile::Percentile ( int record_limit)
inlineexplicit

Definition at line 824 of file util.h.

Member Function Documentation

◆ AddRecord()

void operations_research::sat::Percentile::AddRecord ( double record)

Definition at line 451 of file util.cc.

◆ GetPercentile()

double operations_research::sat::Percentile::GetPercentile ( double percent)

Definition at line 458 of file util.cc.

◆ NumRecords()

int64_t operations_research::sat::Percentile::NumRecords ( ) const
inline

Definition at line 829 of file util.h.


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