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,9 @@
#!/bin/bash
# Test script for the issue with uneven effort distribution
echo "Testing issue with uneven effort distribution..."
cd "$(dirname "$0")/.."
# Run the bicycle planner with the specified parameters and debug logging
# Filter the output to only show the relevant parts
go run main.go -input tests/gpx/very_long_route.gpx -days 12 -forestRadius 5 -resupplyRadius 5000 -multiStop "59.126854,11.380377:1;59.92199,10.744629:2"