![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 56 of file monoid_operation_tree.h.
#include <monoid_operation_tree.h>
Public Member Functions | |
| MonoidOperationTree (int size) | |
| MonoidOperationTree (const MonoidOperationTree &)=delete | |
| MonoidOperationTree & | operator= (const MonoidOperationTree &)=delete |
| const T & | result () const |
| void | Reset (int argument_index) |
| void | Set (int argument_index, const T &argument) |
| void | Clear () |
| const T & | GetOperand (int argument_index) const |
| template<class Diver> | |
| void | DiveInTree (Diver *const diver) const |
| std::string | DebugString () const |
|
explicit |
Definition at line 165 of file monoid_operation_tree.h.
|
delete |
| void operations_research::MonoidOperationTree< T >::Clear | ( | ) |
Definition at line 173 of file monoid_operation_tree.h.
| std::string operations_research::MonoidOperationTree< T >::DebugString | ( | ) | const |
Definition at line 209 of file monoid_operation_tree.h.
|
inline |
Definition at line 84 of file monoid_operation_tree.h.
|
inline |
Definition at line 78 of file monoid_operation_tree.h.
|
delete |
| void operations_research::MonoidOperationTree< T >::Reset | ( | int | argument_index | ) |
Definition at line 179 of file monoid_operation_tree.h.
|
inline |
Definition at line 66 of file monoid_operation_tree.h.
| void operations_research::MonoidOperationTree< T >::Set | ( | int | argument_index, |
| const T & | argument ) |
Definition at line 184 of file monoid_operation_tree.h.