Expand description
Complete numerical input data for power system problem families.
A problem instance is distinct from a source network, matrix projection,
solver formulation, and solution. The default build provides index based DC
OPF and SCOPF instances and has no workspace dependency beyond powerio.
Enable matrix to derive sparse DC OPF operators from an assembled instance.
Re-exports§
pub use scopf::ScopfError;pub use scopf::ScopfInstance;pub use scopf::ScopfResult;pub use scopf::build_scopf_instance_from_str;
Modules§
Structs§
- AcBranch
Data - Branch data in active branch column order.
- AcBus
Data - Bus data in dense bus order.
- AcGenerator
Data - Generator data in generator column order.
- AcOpf
Instance - Matrix free AC OPF input data on the branch pi model.
- AcOpf
Options - Options for AC OPF instance assembly.
- DcBranch
Data - Branch data in active branch column order.
- DcGenerator
Data - Generator data in generator column order.
- DcOpf
Instance - Matrix free DC OPF input data.
- DcOpf
Options - Options for DC OPF instance assembly.
- Nodal
Generator Data - Exact nodal generator data for cases with at most one generator per bus.
Enums§
- DcConvention
- Electrical convention used for DC branch coefficients.
- Error
- Units
- Unit system for power and generator cost data.
Functions§
- build_
ac_ opf_ instance - Build a matrix free AC OPF instance from an indexed network.
- build_
dc_ opf_ instance - Build a matrix free DC OPF instance from an indexed network.