initial version

This commit is contained in:
2025-05-01 00:46:36 +02:00
parent c40d790bd0
commit ab36746c6b
15 changed files with 40107 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Test script for uneven effort distribution with forced stops
echo "Testing uneven effort distribution with forced stops..."
cd "$(dirname "$0")/.."
# Run the bicycle planner with the test GPX file and forced stops
go run main.go -input tests/gpx/test_uneven_effort.gpx -days 12 -elevFactor 4.0 -multiStop="60.5,19.5:1;62.5,21.5:2;64.5,23.5:1"