|
|
|
@ -57,7 +57,7 @@ class OptimizationResult(OverhaulBase):
|
|
|
|
possible_plant_eaf:float
|
|
|
|
possible_plant_eaf:float
|
|
|
|
eaf_gap: float
|
|
|
|
eaf_gap: float
|
|
|
|
eaf_improvement_text:str
|
|
|
|
eaf_improvement_text:str
|
|
|
|
recommended_reduced_outage:float
|
|
|
|
recommended_reduced_outage:Optional[float] = 0
|
|
|
|
warning_message:Optional[str]
|
|
|
|
warning_message:Optional[str]
|
|
|
|
asset_contributions: List[dict]
|
|
|
|
asset_contributions: List[dict]
|
|
|
|
optimization_success: bool = False
|
|
|
|
optimization_success: bool = False
|
|
|
|
|