MCPcopy Create free account
hub / github.com/PyVRP/PyVRP / begin

Method begin

pyvrp/cpp/Matrix.h:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87template <typename T>
88typename std::vector<T>::const_iterator Matrix<T>::begin() const
89{
90 return data_.begin();
91}
92
93template <typename T>
94typename std::vector<T>::const_iterator Matrix<T>::end() const

Callers 5

PYBIND11_MODULEFunction · 0.45
numTripsMethod · 0.45
hasExcessLoadMethod · 0.45
SolutionMethod · 0.45
maxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected