You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fault tree and parameter expression instances are managed with shared pointers.
It is the invariant of these graphs to be acyclic.
Upon detection of a cycle, instances become invalid and get destroyed.
However, cycles are not broken with the graph destruction by ref counted pointers,
so cycle members never get destroyed and become unreachable.
The text was updated successfully, but these errors were encountered:
Fault tree and parameter expression instances are managed with shared pointers.
It is the invariant of these graphs to be acyclic.
Upon detection of a cycle, instances become invalid and get destroyed.
However, cycles are not broken with the graph destruction by ref counted pointers,
so cycle members never get destroyed and become unreachable.
The text was updated successfully, but these errors were encountered: