Module ml4opf.formulations.soc.problem
SOCOPF Problem data class
Classes
class SOCProblem (data_directory: str, dataset_name: str = 'SOCOPF', **parse_kwargs)
-
OPFProblem
for SOCOPFAncestors
- OPFProblem
- abc.ABC
Instance variables
prop default_combos : dict[str, list[str]]
-
Default combos for SOCOPF:
-
input: pd, qd
-
target: pg, qg, w, wr, wi
-
prop default_order : list[str]
-
Default order for SOCOPF: input, target
prop feasibility_check : dict[str, str]
-
Default feasibility check for SOCOPF:
-
termination_status: "LOCALLY_SOLVED"
-
primal_status: "FEASIBLE_POINT"
-
dual_status: "FEASIBLE_POINT"
-
prop violation : SOCViolation
-
SOCViolation
object, created upon first access.
Inherited members