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.
8 lines
271 B
8 lines
271 B
multi(P>=0.6 [ F s=2], 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 ])
|
|
Pmax=? [ G F s=2 ]
|
|
Pmax=? [ G F s=4 ]
|
|
multi(Pmax=? [ G F s=2 ])
|
|
fairness(SF({s=1}, {[a]}))
|