MCPcopy Index your code
hub / github.com/PyVRP/PyVRP / LocalSearch

Method LocalSearch

pyvrp/cpp/search/LocalSearch.cpp:535–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535LocalSearch::LocalSearch(ProblemData const &data,
536 SearchSpace::Neighbours neighbours,
537 PerturbationManager &perturbationManager)
538 : data(data),
539 solution_(data),
540 searchSpace_(data, neighbours),
541 perturbationManager_(perturbationManager),
542 lastTestedNodes(data.numLocations()),
543 lastTestedRoutes(data.numVehicles()),
544 lastUpdated(data.numVehicles())
545{
546}

Callers

nothing calls this directly

Calls 2

numLocationsMethod · 0.80
numVehiclesMethod · 0.80

Tested by

no test coverage detected