OR-Tools  8.1
scattered_vector.h File Reference

Go to the source code of this file.

Classes

class  ScatteredVectorEntry< IndexType >
 
struct  ScatteredVector< Index, Iterator >
 
class  ScatteredColumnEntry
 
class  ScatteredRowEntry
 
struct  ScatteredColumn
 
struct  ScatteredRow
 

Namespaces

 operations_research
 The vehicle routing library lets one model and solve generic vehicle routing problems ranging from the Traveling Salesman Problem to more complex problems such as the Capacitated Vehicle Routing Problem with Time Windows.
 
 operations_research::glop
 

Typedefs

using ScatteredColumnIterator = VectorIterator< ScatteredColumnEntry >
 
using ScatteredRowIterator = VectorIterator< ScatteredRowEntry >
 

Functions

const ScatteredRow & TransposedView (const ScatteredColumn &c)
 
const ScatteredColumn & TransposedView (const ScatteredRow &r)