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

Function ok_small_multiple_load

tests/conftest.py:69–74  ·  view source on GitHub ↗

Fixture that returns the OkSmall instance, but where the vehicles and clients have two load dimensions.

()

Source from the content-addressed store, hash-verified

67
68@pytest.fixture(scope="session")
69def ok_small_multiple_load():
70 """
71 Fixture that returns the OkSmall instance, but where the vehicles and
72 clients have two load dimensions.
73 """
74 return read("data/OkSmallMultipleLoad.txt")
75
76
77@pytest.fixture(scope="session")

Callers

nothing calls this directly

Calls 1

readFunction · 0.90

Tested by

no test coverage detected