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

Method isGroupFeasible

pyvrp/cpp/Solution.cpp:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82bool Solution::isGroupFeasible() const { return isGroupFeas_; }
83
84bool Solution::isComplete() const { return numMissingClients_ == 0; }
85

Callers 1

PYBIND11_MODULEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected