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

Method numRows

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

Source from the content-addressed store, hash-verified

112template <typename T> size_t Matrix<T>::numCols() const { return cols_; }
113
114template <typename T> size_t Matrix<T>::numRows() const { return rows_; }
115
116template <typename T> T Matrix<T>::max() const
117{

Callers 3

castMethod · 0.80
validateMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected