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 )
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 , 6 years ago
Milestone: | 1.13.0 → 1.14.0 |
---|
comment:2 by , 5 years ago
Milestone: | 1.14.0 → 2.0.0 |
---|---|
Priority: | high → blocker |
This should be definitely be addressed, but not in 1.14.0
comment:3 by , 4 years ago
Description: | modified (diff) |
---|---|
Milestone: | 2.0.0 → 1.18.0 |
Note:
See TracTickets
for help on using tickets.
Rescheduled to 1.14.0 after 1.13.0 releasee