Definition at line 768 of file util.h.
#include <util.h>
◆ IncrementalAverage() [1/2]
| operations_research::sat::IncrementalAverage::IncrementalAverage |
( |
double | initial_average | ) |
|
|
inlineexplicit |
◆ IncrementalAverage() [2/2]
| operations_research::sat::IncrementalAverage::IncrementalAverage |
( |
| ) |
|
|
default |
◆ AddData()
| void operations_research::sat::IncrementalAverage::AddData |
( |
double | new_record | ) |
|
◆ CurrentAverage()
| double operations_research::sat::IncrementalAverage::CurrentAverage |
( |
| ) |
const |
|
inline |
◆ NumRecords()
| int64_t operations_research::sat::IncrementalAverage::NumRecords |
( |
| ) |
const |
|
inline |
◆ Reset()
| void operations_research::sat::IncrementalAverage::Reset |
( |
double | reset_value | ) |
|
The documentation for this class was generated from the following files: