You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
180 B
4 lines
180 B
multi(P>=0.4 [ G F s=1], P>=0.6 [ G F s=2 ])
|
|
multi(P>=0.4 [ G F s=2], P>=0.6 [ G F s=1 ])
|
|
multi(P>=0.4 [ F s=2], P>=0.6 [ G F s=1 ])
|
|
multi(Pmax=? [ F s=2], P>=0.6 [ G F s=1 ])
|