Skip to content

Commit

Permalink
remove writing of interpolation vars
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Oct 30, 2024
1 parent 70c9ce9 commit 91786f0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/core/variables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,16 @@ should_write_resulting_value(::Type{PieceWiseLinearCostVariable}) = false
should_write_resulting_value(::Type{PieceWiseLinearBlockOffer}) = false
should_write_resulting_value(::Type{HVDCPiecewiseLossVariable}) = false
should_write_resulting_value(::Type{HVDCPiecewiseBinaryLossVariable}) = false
should_write_resulting_value(::Type{InterpolationSquaredVoltageVariableFrom}) = false
should_write_resulting_value(::Type{InterpolationSquaredVoltageVariableTo}) = false
should_write_resulting_value(::Type{InterpolationBinarySquaredVoltageVariableFrom}) = false
should_write_resulting_value(::Type{InterpolationBinarySquaredVoltageVariableTo}) = false
should_write_resulting_value(::Type{InterpolationSquaredCurrentVariable}) = false
should_write_resulting_value(::Type{InterpolationBinarySquaredCurrentVariable}) = false
should_write_resulting_value(::Type{InterpolationSquaredBilinearVariableFrom}) = false
should_write_resulting_value(::Type{InterpolationSquaredBilinearVariableTo}) = false
should_write_resulting_value(::Type{InterpolationBinarySquaredBilinearVariableFrom}) = false
should_write_resulting_value(::Type{InterpolationBinarySquaredBilinearVariableTo}) = false
convert_result_to_natural_units(::Type{ActivePowerVariable}) = true
convert_result_to_natural_units(::Type{PowerAboveMinimumVariable}) = true
convert_result_to_natural_units(::Type{ActivePowerInVariable}) = true
Expand Down

0 comments on commit 91786f0

Please sign in to comment.