koala icon indicating copy to clipboard operation
koala copied to clipboard

Indirect links concerned by inputs are not correctly handled with reduced graphs

Open bleucitron opened this issue 8 years ago • 0 comments

When using reduced graph, if a cell with an indirect link (i.e output of a volatile) is modified by an input, this modification will not be taken into account at evaluation since the volatile has been cleaned at reduction.

The only method to have the correct evaluation is to use complete graph.

Is there a way to detect those cases ?

bleucitron avatar Aug 24 '16 08:08 bleucitron