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

Function rc208

tests/conftest.py:26–31  ·  view source on GitHub ↗

Fixture that returns the RC208 VRPTW instance when called, with 100 clients.

()

Source from the content-addressed store, hash-verified

24
25@pytest.fixture(scope="session")
26def rc208():
27 """
28 Fixture that returns the RC208 VRPTW instance when called, with 100
29 clients.
30 """
31 return read("data/RC208.vrp", round_func="dimacs")
32
33
34@pytest.fixture(scope="session")

Callers

nothing calls this directly

Calls 1

readFunction · 0.90

Tested by

no test coverage detected