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

Detailed Description

Definition at line 70 of file elemental_differencer.h.

#include <elemental_differencer.h>

Public Member Functions

bool Empty () const

Public Attributes

SymmetricDifference< int64_t > ids
absl::flat_hash_set< int64_t > different_names
bool next_id_different = false

Member Function Documentation

◆ Empty()

bool operations_research::math_opt::ElementalDifference::ElementDifference::Empty ( ) const

Definition at line 48 of file elemental_differencer.cc.

Member Data Documentation

◆ different_names

absl::flat_hash_set<int64_t> operations_research::math_opt::ElementalDifference::ElementDifference::different_names

Definition at line 75 of file elemental_differencer.h.

◆ ids

SymmetricDifference<int64_t> operations_research::math_opt::ElementalDifference::ElementDifference::ids

Definition at line 72 of file elemental_differencer.h.

◆ next_id_different

bool operations_research::math_opt::ElementalDifference::ElementDifference::next_id_different = false

Definition at line 78 of file elemental_differencer.h.


The documentation for this struct was generated from the following files: