cobre-cli-0.5.0 is not a library.
cobre-cli
Command-line interface for the Cobre power systems ecosystem.
Provides seven subcommands for running SDDP studies, scaffolding case directories, validating input data, querying results, and inspecting build information from the terminal.
When to Use
Use cobre-cli when you want to run a complete SDDP study — training and
simulation — from the command line without writing Rust or Python code. For
programmatic embedding of the solver, depend on cobre-sddp directly.
Key Subcommands
init— scaffold a new case directory from an embedded templaterun— load a case directory, train an SDDP policy, and run simulationvalidate— validate a case directory and print a structured diagnostic reportreport— query results from a completed run and print them to stdoutsummary— display the post-run summary from a completed output directoryschema— manage JSON Schema files for case directory input typesversion— print version, solver backend, and build information
Links
| Resource | URL |
|---|---|
| Book — CLI reference | https://cobre-rs.github.io/cobre/guide/cli-reference.html |
| Repository | https://github.com/cobre-rs/cobre |
| Changelog | https://github.com/cobre-rs/cobre/blob/main/CHANGELOG.md |
Status
Alpha — API is functional but not yet stable. See the main repository for the current release.
License
Apache-2.0