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

Method end

pyvrp/cpp/Matrix.h:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93template <typename T>
94typename std::vector<T>::const_iterator Matrix<T>::end() const
95{
96 return data_.end();
97}
98
99template <typename T> typename std::vector<T>::iterator Matrix<T>::begin()
100{

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