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
6
#[cfg(feature = "gurobi")]
/// Implements the LPEnv and LPModel traits for Gurobi model
pub mod gurobi;