cobre-core 0.8.1

Power system data model — buses, branches, generators, loads, and network topology
Documentation
1
2
3
4
5
6
7
8
9
//! Constraint definitions and run-time condition records.
//!
//! Groups the user-defined generic linear constraints ([`generic_constraint`]),
//! the study's starting conditions ([`initial_conditions`]), and the per-step
//! event records emitted by iterative runners ([`training_event`]).

pub mod generic_constraint;
pub mod initial_conditions;
pub mod training_event;