Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
space_saving_most_frequent.h File Reference
#include <cstddef>
#include <cstdint>
#include <functional>
#include <utility>
#include <vector>
#include "absl/base/attributes.h"
#include "absl/base/nullability.h"
#include "absl/container/flat_hash_set.h"
#include "absl/hash/hash.h"
#include "absl/log/check.h"

Go to the source code of this file.

Classes

class  operations_research::SpaceSavingMostFrequent< T, Hash, Eq >
class  operations_research::ssmf_internal::Ptr< T >
class  operations_research::ssmf_internal::BoundedAllocator< T >
class  operations_research::ssmf_internal::DoubleLinkedList< T >

Namespaces

namespace  operations_research
 OR-Tools root namespace.
namespace  operations_research::ssmf_internal