I'm replying to my own post because I might have found already where this behavior comes from. I was having trouble getting the disallowed combinations to work by specifying the restriction as a product of the factors (i.e. X1*X2<60).
Apparently this script does not work (some runs do not fulfill this condition). After separating this condition to a combination of more simple restrictions the issue with was resolved.
Nr_Foci == 3 & Pulse_energy >= 20 | Nr_Foci == 5 & Pulse_energy >= 12
So in a way my issue is solved, but of course in other cases it's not as easy to dissect such a restriction into multiple restrictions. Kindly advice what to do with this issue.
Kindly advice what to do with this