- Notifications
You must be signed in to change notification settings - Fork5
Algorithms for Glider Pilots
License
NotificationsYou must be signed in to change notification settings
glide-rs/aeroscore-rs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Algorithms for Glider Pilots
Theaeroscore
project contains a variety of algorithms for glider pilotsthat solve common task scoring problems like FAI triangle and OnlineContestoptimization, and competition scoring.
Please note that this is work in progress and the above statement is mostlywishful thinking for now!
externcrate aeroscore;use aeroscore::olc;fnmain(){// ...let result = olc::solve_classic(&gps_fixes);}
This project is released under theMIT license.