You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is to report a problem recently discovered, where if a Modelica model is compiled and used for compilation of an optimization problem with the objective class EnergyCostMin, and then that same model object is used to try compiling the optimization problem again, with objective class EnergyCostMin, then the following compilation errors are received:
Error: in file '/home/dhbubu/git/cerc/cerc-mpc-demo-59/models/Building59.mop':
Semantic error at line 6625, column 32:
Cannot find class or component declaration for pi_e
Error: in file '/home/dhbubu/git/cerc/cerc-mpc-demo-59/models/Building59.mop':
Semantic error at line 6625, column 36:
Duplicate component in same class: input Real pi_e
The text was updated successfully, but these errors were encountered:
This issue is to report a problem recently discovered, where if a
Modelica
model is compiled and used for compilation of an optimization problem with the objective classEnergyCostMin
, and then that same model object is used to try compiling the optimization problem again, with objective classEnergyCostMin
, then the following compilation errors are received:The text was updated successfully, but these errors were encountered: