Algorithms for Glider Pilots
The aeroscore
project contains a variety of algorithms for glider pilots
that solve common task scoring problems like FAI triangle and OnlineContest
optimization, and competition scoring.
Please note that this is work in progress and the above statement is mostly wishful thinking for now!
extern crate aeroscore;
use aeroscore::olc;
fn main() {
// ...
let result = olc::solve_classic(&gps_fixes);
}
This project is released under the MIT license.