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

Method data

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

Source from the content-addressed store, hash-verified

107}
108
109template <typename T> T *Matrix<T>::data() { return data_.data(); }
110template <typename T> T const *Matrix<T>::data() const { return data_.data(); }
111
112template <typename T> size_t Matrix<T>::numCols() const { return cols_; }

Callers 9

loadMethod · 0.45
castMethod · 0.45
ClientMethod · 0.45
ClientGroupMethod · 0.45
DepotMethod · 0.45
VehicleTypeMethod · 0.45
insertMethod · 0.45
removeMethod · 0.45
test_from_dataFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_from_dataFunction · 0.36