Ignore:
Timestamp:
2012-11-14T22:17:50+01:00 (11 years ago)
Author:
jfrenkel
Message:
  • get 6 from 7 StateGraph examples working with solveinitialsystem
  • collect all variables used in pre, and add equation for each unused pre var indroduced by a inaktive when equatin an equation pre(var) = var.start
  • BackendVariable.varStartValueType
  • ComponentReference.isPreCref
  • Expression.containsInitialCall: ... or Initial()
  • ExpressionSimplify: cases for a and not a > false, a or not a -> true, a and a -> a, a or a -> a maybe split simplifyBinary in simplifyBinary and simplifyLBinary
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testsuite/simulation/libraries/msl32/Makefile

    r13884 r13894  
    114114Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mos \
    115115Modelica.Media.Incompressible.Examples.TestGlycol.mos \
     116Modelica.StateGraph.Examples.ExecutionPaths.mos \
     117Modelica.StateGraph.Examples.FirstExample.mos \
     118Modelica.StateGraph.Examples.FirstExample_Variant2.mos \
     119Modelica.StateGraph.Examples.FirstExample_Variant3.mos \
     120Modelica.StateGraph.Examples.ShowCompositeStep.mos \
     121Modelica.StateGraph.Examples.ShowExceptions.mos \
    116122Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos \
    117123Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mos \
     
    280286Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos \
    281287Modelica.StateGraph.Examples.ControlledTanks.mos \
    282 Modelica.StateGraph.Examples.ExecutionPaths.mos \
    283 Modelica.StateGraph.Examples.FirstExample.mos \
    284 Modelica.StateGraph.Examples.FirstExample_Variant2.mos \
    285 Modelica.StateGraph.Examples.FirstExample_Variant3.mos \
    286 Modelica.StateGraph.Examples.ShowCompositeStep.mos \
    287 Modelica.StateGraph.Examples.ShowExceptions.mos \
    288288Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos \
    289289Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mos \
Note: See TracChangeset for help on using the changeset viewer.