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

Method numCols

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

Source from the content-addressed store, hash-verified

110template <typename T> T const *Matrix<T>::data() const { return data_.data(); }
111
112template <typename T> size_t Matrix<T>::numCols() const { return cols_; }
113
114template <typename T> size_t Matrix<T>::numRows() const { return rows_; }
115

Callers 2

castMethod · 0.80
validateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected