I recently found that the output generated by the preprocessor differs when
using binaries from different machines, i.e. it is not deterministic. After
having a look at the code with Florian, we believe that transitions should also
be sorted according to their operator number, rather than according to the
operator cost. In the example we looked at, sorting only according to transition
target and condition size (and operator cost) was not a criterion which produced
a unique result.
|