OR-Tools  9.6
sorted.h File Reference

Go to the source code of this file.

Namespaces

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

Functions

template<typename T >
std::vector< T > SortedElements (const absl::flat_hash_set< T > &elements)
 
template<typename K , typename V >
std::vector< K > MapKeys (const absl::flat_hash_map< K, V > &in_map)
 
template<typename K , typename V >
std::vector< K > MapKeys (const google::protobuf::Map< K, V > &in_map)
 
template<typename K , typename V >
std::vector< K > SortedMapKeys (const absl::flat_hash_map< K, V > &in_map)
 
template<typename K , typename V >
std::vector< K > SortedMapKeys (const google::protobuf::Map< K, V > &in_map)