A-SW Hub / Repositories
Local Gitea · READ ONLY
← 저장소 Repositories
REPOSITORY

ontariotech/task-allocation Private

[참조 MVP] 다중 농기계 작업 배분 A-SW — 농기계 용량을 고려해 작업구역을 예상 완료시간이 최소가 되도록 배분합니다.

https://git.agrithing.ai/ontariotech/task-allocation.git
7 commits
12 items · main
·/ pyproject.toml
toml · 239 B · 9b73444 Download
[project]name = "task_allocation"version = "0.1.0"description = "농기계 용량을 고려해 작업구역을 예상 완료시간이 최소가 되도록 배분합니다."requires-python = ">=3.11"[tool.unittest]test-path = "tests"