ebi_optimisation 0.3.9

Optimisation techniques for Ebi - a stochastic process mining utility
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod astar;
// pub mod linear_programming;
// pub mod linear_programming_helpers;
// pub mod linear_programming_lu;
// pub mod linear_programming_ordering;
// pub mod linear_programming_solver;
// pub mod linear_programming_sparse;
// pub mod abnormal_fraction;
pub mod network_simplex;
pub mod network_simplex_value_type;

pub use ebi_arithmetic;
pub use ebi_arithmetic::rand;
pub use ebi_arithmetic::anyhow;
pub use ebi_arithmetic::malachite;