Skip to content

glide-rs/aeroscore-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Algorithms for Glider Pilots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages