//! The Rustplex Prelude
//!
//! Import this module to bring the most common types into scope:
//! ```
//! use rustplex::prelude::*;
//! ```
pub use crateLinearExpr;
pub use crateConstraintKey;
pub use crateModel;
pub use crate;
pub use crateVariableKey;
pub use crateSolverConfig;
pub use crateSolverStatus;
pub use crateSolverError;