Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
template <typename T> size_t Matrix<T>::numCols() const { return cols_; }
113
114
template <typename T> size_t Matrix<T>::numRows() const { return rows_; }
115
116
template <typename T> T Matrix<T>::max() const
117
{
Callers
3
cast
Method · 0.80
validate
Method · 0.80
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected