Define factors constrains
Hi everyone! I have a simple DoE with two continuous factors (Holes and HoleDia) and I have a constrain that is: Holes * HoleDia^2 muste be smaller than 72000000. Now, I wrote the following expression in the Disallowed combinations script but I still get a combination which is >72000000. :Name(Holes) * :Name(HoleDia) ^ 2 ) >= 72000000.