Definition at line 49 of file diff.h.
#include <diff.h>
◆ Diff()
| operations_research::math_opt::Diff::Diff |
( |
| ) |
|
|
default |
◆ Advance()
| void operations_research::math_opt::Diff::Advance |
( |
const std::array< int64_t, kNumElements > & | checkpoints | ) |
|
◆ checkpoint()
| int64_t operations_research::math_opt::Diff::checkpoint |
( |
const ElementType | e | ) |
const |
|
inline |
◆ deleted_elements()
| const absl::flat_hash_set< int64_t > & operations_research::math_opt::Diff::deleted_elements |
( |
const ElementType | e | ) |
const |
|
inline |
◆ DeleteElement()
| void operations_research::math_opt::Diff::DeleteElement |
( |
const ElementType | e, |
|
|
int64_t | id ) |
|
inline |
◆ EraseKeysForAttr()
template<typename AttrType>
| void operations_research::math_opt::Diff::EraseKeysForAttr |
( |
const AttrType | a, |
|
|
absl::Span< const AttrKeyFor< AttrType > > | keys ) |
|
inline |
◆ modified_keys()
template<typename AttrType>
| const AttrKeyHashSet< AttrKeyFor< AttrType > > & operations_research::math_opt::Diff::modified_keys |
( |
const AttrType | a | ) |
const |
|
inline |
◆ SetModified()
template<typename AttrType>
| void operations_research::math_opt::Diff::SetModified |
( |
const AttrType | a, |
|
|
const AttrKeyFor< AttrType > | attr_key ) |
|
inline |
The documentation for this class was generated from the following files:
- ortools/math_opt/elemental/diff.h
- ortools/math_opt/elemental/diff.cc