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

ontariotech/path-optimization Private

[참조 MVP] 농작업 경로 최적화 A-SW — 작업 구간을 최근접 휴리스틱으로 재정렬해 공차 이동거리를 줄입니다.

https://git.agrithing.ai/ontariotech/path-optimization.git
7 commits
2 items · main
·/ .asw/sdv-component.json
json · 366 B · e4d1519 Download
{  "schemaVersion": "asw.sdv-component/v1",  "repository": "ontariotech/path-optimization",  "executionTarget": "service",  "language": "python",  "runtime": "python>=3.11",  "buildSystem": "unittest",  "transport": "HTTP-adapter",  "lifecycle": [    "source",    "static-analysis",    "build",    "dynamic-test",    "package",    "release-gate"  ]}