pldag 4.2.2

A DAG-based combinatorial-model framework with optional GLPK solving back-end.
Documentation
1
2
3
4
5
6
7
mod error;
mod pldag;
mod storage;

pub use error::{PldagError, Result};
pub use pldag::{ID, Bound, Pldag, Node, Constraint, SparsePolyhedron, DensePolyhedron, CompiledDag, Kind, Coef};
pub use storage::{InMemoryStore, KeyValueStore, NodeStore, NodeStoreTrait};