![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 70 of file running_stat.h.
#include <running_stat.h>
Public Member Functions | |
| RunningMax (int window_size) | |
| RunningMax (const RunningMax &)=delete | |
| RunningMax & | operator= (const RunningMax &)=delete |
| void | Add (Number value) |
| Number | GetCurrentMax () |
| void | Reset () |
|
explicit |
Definition at line 148 of file running_stat.h.
|
delete |
| void operations_research::RunningMax< Number >::Add | ( | Number | value | ) |
Definition at line 154 of file running_stat.h.
| Number operations_research::RunningMax< Number >::GetCurrentMax | ( | ) |
Definition at line 200 of file running_stat.h.
|
delete |
| void operations_research::RunningMax< Number >::Reset | ( | ) |
Definition at line 193 of file running_stat.h.