generic-bnp 0.1.0

GenericBnP is a Branch & Price library for the programming language Rust. It supports custom cuts, dual stabilization, primal heuristics, and multithreaded evaluation.
Documentation
1
2
3
4
5
pub mod blocking_queue;
mod hashmap;


pub use hashmap::{HashMap, HashSet, FullHashMap};