Skip to content

MUIO v5.3

Latest
Compare
Choose a tag to compare
@fernandoplazas fernandoplazas released this 17 Apr 14:08
· 7 commits to master since this release

Some of the new features introduced as well list of bug fixed:

  1. Func ViewData form export to xls - bug fixed
  2. Func Deletion of case runs - bug fixed
  3. Func Export grid to xls for params groups R, RT, RE - bug fixed
  4. Func Grid paging has been removed, dynamic height of the grid introduced. Excel like behaviour - improvements to table navigation and scrolling.
  5. Func Customized preferences implemented. User can set their preferred default decimal places in results view, and units for a specific model
  6. Func Update of the case run not longer necessary. User can generate data file and Run the model
  7. Func Filtering sets in confuguration page is enabled.
  8. Code Marginal/dual values added to the results. Values are undiscounted in postprocessing.
    E8_AnnualEmissionsLimit [RYE]
  • EBb4_EnergyBalanceEachYear4 [RYC]
  • UDC1_UserDefinedConstraintInequality [RYCn]
  • UDC2_UserDefinedConstraintEquality [RYCn]
  1. Code Objective value added to the results
  2. Code Total storage capacity added to the results - postprocessing
  3. Code CBC max characters of constrain name is 30. Following constraints are renamed:
  • SC1_LowerLimit_BeginningOfDailyTimeBracketOfFirstInstanceOfDayTypeInFirstWeekConstraint = SC1_LLBDFIFW
  • SC1_UpperLimit_BeginningOfDailyTimeBracketOfFirstInstanceOfDayTypeInFirstWeekConstraint = SC1_ULBDFIFW
  • SC2_LowerLimit_EndOfDailyTimeBracketOfLastInstanceOfDayTypeInFirstWeekConstraint = SC2_LLEDLIFW
  • SC2_UpperLimit_EndOfDailyTimeBracketOfLastInstanceOfDayTypeInFirstWeekConstraint = SC2_ULEDLIFW
  • SC3_LowerLimit_EndOfDailyTimeBracketOfLastInstanceOfDayTypeInLastWeekConstraint = SC3_LLEDLILW
  • SC3_UpperLimit_EndOfDailyTimeBracketOfLastInstanceOfDayTypeInLastWeekConstraint = SC3_ULEDLILW
  • SC4_LowerLimit_BeginningOfDailyTimeBracketOfFirstInstanceOfDayTypeInLastWeekConstraint = SC4_LLBDFILW
  • SC4_UpperLimit_BeginningOfDailyTimeBracketOfFirstInstanceOfDayTypeInLastWeekConstraint = SC4_ULBDFILW