Opened 11 years ago
Closed 10 years ago
#3308 closed defect (fixed)
index reduction fails for tuple assignment
| Reported by: | Lennart Ochel | Owned by: | somebody |
|---|---|---|---|
| Priority: | high | Milestone: | Future |
| Component: | Backend | Version: | v1.9.4-v1.9.x |
| Keywords: | Cc: | jan.hagemann@… |
Description
The following model leads wrongly to an over-determined system:
model test Real x; function f input Real t; input Real r; output Real a; output Real b; algorithm a :=t; b :=r; end f; equation (,x) = f(time, 5); end test;
The error message is the following:
Error: Too many equations, over-determined system. The model has 1 equation(s) and 0 variable(s). Error: Internal error Transformation Module PFPlusExt index Reduction Method Pantelides failed!
Change History (1)
comment:1 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
| Version: | trunk → v1.9.4 |
Note:
See TracTickets
for help on using tickets.

This seems to be fixed in the meanwhile.