[project]
name = "path_optimization"
version = "0.1.0"
description = "작업 구간을 최근접 휴리스틱으로 재정렬해 공차 이동거리를 줄입니다."
requires-python = ">=3.11"

[tool.unittest]
test-path = "tests"
