OR-Tools  9.6
map_filter.h File Reference

Go to the source code of this file.

Classes

struct  MapFilter< KeyType >
 

Namespaces

 operations_research
 Collection of objects used to extend the Constraint Solver library.
 
 operations_research::math_opt
 

Functions

template<typename KeyType >
MapFilter< KeyType > MakeSkipAllFilter ()
 
template<typename KeyType >
MapFilter< KeyType > MakeSkipZerosFilter ()
 
template<typename Collection , typename ValueType = typename Collection::value_type>
MapFilter< ValueType > MakeKeepKeysFilter (const Collection &keys)
 
template<typename KeyType >
MapFilter< KeyType > MakeKeepKeysFilter (std::initializer_list< KeyType > keys)