rustimizer 0.1.1

PoC for decision making in Rust. Disclaimer: The project's name was chosen with the help of an LLM.
Documentation
1
2
3
4
5
6
mod problem;
mod vector;

pub use self::problem::Problem;

pub mod prelude {}