Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyVRP/PyVRP
/ empty
Method
empty
pyvrp/cpp/Trip.cpp:138–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
bool Trip::empty() const { return visits_.empty(); }
139
140
size_t Trip::size() const { return visits_.size(); }
141
Callers
4
time_windows
Method · 0.45
CostEvaluator.h
File · 0.45
penalisedCost
Method · 0.45
deltaCost
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected