balance_engine 0.0.2

Production planning and optimization engine using linear programming to balance supply with demand while minimizing costs and respecting resource constraints
Documentation
1
2
3
4
5
6
7
#![allow(unused)]

use std::{thread, time::Duration};

fn main() {
    engine::init();
}