howzat 0.3.1

Dynamic description method primitives for polyhedra with pluggable numeric backends.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod context;
pub mod dd;
pub mod error;
pub mod lp;
pub mod lrs;
pub mod matrix;
pub mod num;
pub mod prelude;
pub mod polyhedron;
pub mod types;
pub mod verify;

pub use error::HowzatError;