MCPcopy 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
121template <typename T> size_t Matrix<T>::size() const { return data_.size(); }
122} // namespace pyvrp
123
124#endif // PYVRP_MATRIX_H

Callers 14

loadMethod · 0.45
PYBIND11_MODULEFunction · 0.45
evaluateMethod · 0.45
numRoutesMethod · 0.45
makeNeighboursMethod · 0.45
operator==Method · 0.45
SolutionMethod · 0.45
Solution.cppFile · 0.45
locationMethod · 0.45
ProblemData.hFile · 0.45
MatrixMethod · 0.45
excessLoadPenaltiesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected