Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::ElementDiff Class Reference

Detailed Description

Definition at line 34 of file element_diff.h.

#include <element_diff.h>

Public Member Functions

int64_t checkpoint () const
const absl::flat_hash_set< int64_t > & deleted () const
void Delete (int64_t id)
void Advance (int64_t checkpoint)

Member Function Documentation

◆ Advance()

void operations_research::math_opt::ElementDiff::Advance ( int64_t checkpoint)
inline

Definition at line 52 of file element_diff.h.

◆ checkpoint()

int64_t operations_research::math_opt::ElementDiff::checkpoint ( ) const
inline

Definition at line 39 of file element_diff.h.

◆ Delete()

void operations_research::math_opt::ElementDiff::Delete ( int64_t id)
inline

Definition at line 45 of file element_diff.h.

◆ deleted()

const absl::flat_hash_set< int64_t > & operations_research::math_opt::ElementDiff::deleted ( ) const
inline

Definition at line 42 of file element_diff.h.


The documentation for this class was generated from the following file: