Modulesยง
- Remove unnecessary remapping of variables optimization. At each convergence, we have one or more branches with remappings of variables. A destination variable
dest
introduced by the remappings must be remapped at every branchb_i
by mapping a source variablesrc_i->dest
. We require that every use ofdest
refers to the correctsrc_i
. This means that the remappings todest
are not necessary in these cases: