781777ac5657f3d4b8ef10fd829afe8bde80205a
When multiple reactions are enabled, we produce the maximal concentration by exploiting the fact that reactions are sorted (increasing order). We build the encoding starting from the inner-most reaction (with the lowest concentration level), and then build around that reaction encoding for the reactions with higher concentration levels. This allows us to avoid the disjunctions of possible resulting concentractions. E.g. (x==1 v x==3 v x==7), while we should have only x==7.
Description
Languages
Python
41.4%
Java
26.5%
C++
24.9%
Shell
3.7%
HTML
2.4%
Other
1.1%