YACS-RCOS / Scheduler-rs

Schedule solver and web service written in Rust.
https://yacs-rcos.github.io/Scheduler-rs/doc/scheduler/index.html
GNU Affero General Public License v3.0
1 stars 0 forks source link

Wrote Naive algorithm #5

Open A1Liu opened 5 years ago

A1Liu commented 5 years ago

Naive algorithm for schedule generation. Runs in absolutely atrocious time, but has guarrantee of accuracy for arbitrary data input.

vcfxb commented 5 years ago

Just as a general note, I am not sure whether or not we should be committing Cargo.toml. More on this later...

vcfxb commented 5 years ago

Just as a general note, I am not sure whether or not we should be committing Cargo.toml. More on this later...