![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 48 of file bop_util.h.
#include <bop_util.h>
Public Member Functions | |
| AdaptiveParameterValue (double initial_value) | |
| void | Reset () |
| void | Increase () |
| void | Decrease () |
| double | value () const |
|
explicit |
Definition at line 151 of file bop_util.cc.
| void operations_research::bop::AdaptiveParameterValue::Decrease | ( | ) |
Definition at line 162 of file bop_util.cc.
| void operations_research::bop::AdaptiveParameterValue::Increase | ( | ) |
Definition at line 156 of file bop_util.cc.
| void operations_research::bop::AdaptiveParameterValue::Reset | ( | ) |
Definition at line 154 of file bop_util.cc.
|
inline |
Definition at line 57 of file bop_util.h.