cobre 0.4.1

Open infrastructure for power system computation — umbrella crate
Documentation
//! # Cobre
//!
//! **Open infrastructure for power system computation.**
//!
//! Cobre is an ecosystem of Rust crates for power system analysis and
//! optimization. This umbrella crate re-exports the individual components
//! for convenience:
//!
//! | Crate | Purpose |
//! |-------|---------|
//! | [`cobre-core`](https://crates.io/crates/cobre-core) | Power system data model |
//! | [`cobre-io`](https://crates.io/crates/cobre-io) | File parsers and serializers |
//! | [`cobre-stochastic`](https://crates.io/crates/cobre-stochastic) | Stochastic process models |
//! | [`cobre-solver`](https://crates.io/crates/cobre-solver) | LP/MIP solver abstraction |
//! | [`cobre-sddp`](https://crates.io/crates/cobre-sddp) | SDDP algorithm |
//! | [`cobre-cli`](https://crates.io/crates/cobre-cli) | Command-line interface |
//!
//! For most use cases, depend on the specific crates you need rather than
//! this umbrella crate.
//!
//! ## Status
//!
//! This crate is in early development. The API **will** change.
//!
//! See the [repository](https://github.com/cobre-rs/cobre) for the current status.