Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 909 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 909 Bytes

aeroscore

Build Status

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!

Usage

extern crate aeroscore;

use aeroscore::olc;

fn main() {
    // ...
    let result = olc::solve_classic(&gps_fixes);
}

License

This project is released under the MIT license.