Opened 7 years ago

Last modified 3 years ago

#4848 new defect

Linear equations are not detailed in the debugger

Reported by: Francesco Casella Owned by: Adeel Asghar
Priority: blocker Milestone: 1.19.0
Component: OMEdit Version:
Keywords: Cc: Martin Sjölund

Description (last modified by Francesco Casella)

Please run the following model in OMEdit with the debugger

model foo
 Real x, y, z;
equation
 der(z) = 1;
 x + 3*y = z;
 x - 2*y = z;
 annotation(__OpenModelica_commandLineOptions="--maxSizeLinearTearing=0");
end foo;

The linear system of 2 equation is reported twice in the equation browser, once in the set of initial equations and once in the set of regular equation.

In both cases, however, only one line is reported

linear, unknowns: 2, iteration variables: 2

with only one index instead of two. There is no information about which variables the system depends, in this case z. Last, but not least, no information at all is given about the A and b matrices.

Is this a bug or a feature?

Change History (5)

comment:1 by Francesco Casella, 6 years ago

Milestone: 1.13.01.14.0

Rescheduled to 1.14.0 after 1.13.0 releasee

comment:2 by Francesco Casella, 5 years ago

Milestone: 1.14.02.0.0
Priority: highblocker

This should be definitely be addressed, but not in 1.14.0

comment:3 by Francesco Casella, 4 years ago

Description: modified (diff)
Milestone: 2.0.01.18.0

comment:4 by Francesco Casella, 3 years ago

Milestone: 1.18.0

Ticket retargeted after milestone closed

comment:5 by Francesco Casella, 3 years ago

Milestone: 1.19.0

1.18.0 blocker tickets moved to 1.19.0

Note: See TracTickets for help on using tickets.