Skip to main content

Crate cobre

Crate cobre 

Source
Expand description

§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:

CratePurpose
cobre-corePower system data model
cobre-ioFile parsers and serializers
cobre-stochasticStochastic process models
cobre-solverLP/MIP solver abstraction
cobre-sddpSDDP algorithm
cobre-cliCommand-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 for the full roadmap.