Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PyVRP/PyVRP
/ size
Method
size
pyvrp/cpp/Matrix.h:121–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
template <typename T> size_t Matrix<T>::size() const { return data_.size(); }
122
} // namespace pyvrp
123
124
#endif // PYVRP_MATRIX_H
Callers
14
load
Method · 0.45
PYBIND11_MODULE
Function · 0.45
evaluate
Method · 0.45
numRoutes
Method · 0.45
makeNeighbours
Method · 0.45
operator==
Method · 0.45
Solution
Method · 0.45
Solution.cpp
File · 0.45
location
Method · 0.45
ProblemData.h
File · 0.45
Matrix
Method · 0.45
excessLoadPenalties
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected