Skip to content

newBackend can simulate helloWorld model

No due date 0% complete

The new backend successfully runs the helloWorld model

model helloWorld
  parameter Real a = 0.5;
  Real x (start=1, fixed = true);
equation
  der(x) = a * x;
end helloWorld;

See https://github.com/kabdelhak/OpenModelica/blob/newBackend/testsuite/simulation/modelica/NBackend/sanityTests/helloWorld.mos.

The new backend successfully runs the helloWorld model

model helloWorld
  parameter Real a = 0.5;
  Real x (start=1, fixed = true);
equation
  der(x) = a * x;
end helloWorld;

See https://github.com/kabdelhak/OpenModelica/blob/newBackend/testsuite/simulation/modelica/NBackend/sanityTests/helloWorld.mos.

There are no closed issues in this milestone.

Issues will automatically be moved here when they are closed.