Opened 12 years ago

Closed 12 years ago

#1891 closed defect (fixed)

Fail to match discrete equation

Reported by: sjoelund.se Owned by: jfrenkel
Priority: high Milestone: 1.9.0
Component: Backend Version: trunk
Keywords: Cc:

Description

Matching seems to fail for Modelica.Blocks.Examples.BooleanNetwork1:

Modelica 3.2.1/Blocks/MathBoolean.mo:253:5-254:37: Model is structurally singular, error found sorting equations
10: not showValue4.showActive = not Modelica.Math.BooleanVectors.anyTrue({or2.u[1], xor1.u[2]});
 for variables 

Also, note that not a = not b is better written as a = b.

Change History (1)

comment:1 Changed 12 years ago by jfrenkel

  • Resolution set to fixed
  • Status changed from new to closed
  • Version set to trunk
Note: See TracTickets for help on using tickets.