![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
The elements in the set first, but not in second, and the elements in the set second, but not in first.
Definition at line 39 of file elemental_differencer.h.
#include <elemental_differencer.h>
Public Member Functions | |
SymmetricDifference ()=default | |
SymmetricDifference (const absl::flat_hash_set< T > &first, const absl::flat_hash_set< T > &second) | |
bool | Empty () const |
Public Attributes | |
absl::flat_hash_set< T > | only_in_first |
absl::flat_hash_set< T > | only_in_second |
|
explicitdefault |
|
explicit |
Definition at line 197 of file elemental_differencer.h.
|
inline |
Definition at line 47 of file elemental_differencer.h.
absl::flat_hash_set<T> operations_research::math_opt::SymmetricDifference< T >::only_in_first |
Definition at line 40 of file elemental_differencer.h.
absl::flat_hash_set<T> operations_research::math_opt::SymmetricDifference< T >::only_in_second |
Definition at line 41 of file elemental_differencer.h.