//! # Storing of linear programs in memory
//!//! This module provides the data structures used to represent linear programs in memory. Algorithms
//! may introduce their specific data structures in `algorithm::my_algorithm`.
pubmodlinear_algebra;pubmodlinear_program;