pub fn build_ac_opf_instance(
case: &IndexedNetwork<'_>,
options: &AcOpfOptions,
) -> Result<AcOpfInstance>Expand description
Build a matrix free AC OPF instance from an indexed network.
pub fn build_ac_opf_instance(
case: &IndexedNetwork<'_>,
options: &AcOpfOptions,
) -> Result<AcOpfInstance>Build a matrix free AC OPF instance from an indexed network.