MCPcopy Create free account
hub / github.com/PyVRP/PyVRP / ok_small_multiple_trips

Function ok_small_multiple_trips

tests/conftest.py:78–83  ·  view source on GitHub ↗

Fixture that returns the OkSmall instance, but where vehicles may also reload at the depot.

()

Source from the content-addressed store, hash-verified

76
77@pytest.fixture(scope="session")
78def ok_small_multiple_trips():
79 """
80 Fixture that returns the OkSmall instance, but where vehicles may also
81 reload at the depot.
82 """
83 return read("data/OkSmallMultipleTrips.txt")
84
85
86@pytest.fixture(scope="session")

Callers

nothing calls this directly

Calls 1

readFunction · 0.90

Tested by

no test coverage detected