Opened 14 years ago
Last modified 14 years ago
#1484 closed defect (fixed)
Cyclic dependencies not detected for conditional parameter or constants
Reported by: | Per Östlund | Owned by: | Per Östlund |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Version: | ||
Keywords: | Cc: | Per Östlund, Per Östlund |
Description
Cyclic dependencies are only detected for parameter or constants, or variables with conditions, but not for parameters or constants with conditions:
model M parameter Boolean a = true if b; parameter Boolean b = true if a; end M;
Inst.getElementDependencies needs to be fixed to handle this.
Note:
See TracTickets
for help on using tickets.