1//! # Network representation 2//! 3//! Solving network problems as linear programs. 4pub mod representation;