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

Function pr107

tests/conftest.py:52–56  ·  view source on GitHub ↗

Fixture that returns a TSP instance with 107 clients.

()

Source from the content-addressed store, hash-verified

50
51@pytest.fixture(scope="session")
52def pr107():
53 """
54 Fixture that returns a TSP instance with 107 clients.
55 """
56 return read("data/pr107.tsp", round_func="dimacs")
57
58
59@pytest.fixture(scope="session")

Callers

nothing calls this directly

Calls 1

readFunction · 0.90

Tested by

no test coverage detected