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.
19 lines
451 B
19 lines
451 B
const int D;
|
|
|
|
// Minimum probability low guesses correctly
|
|
Pmin=? [ F correct=1 ]
|
|
|
|
// Maximum probability low guesses correctly
|
|
Pmax=? [ F correct=1 ]
|
|
|
|
// Minimum probability low guesses correctly within time D
|
|
Pmin=? [ F<=D correct=1 ]
|
|
|
|
// Maximum probability low guesses correctly within time D
|
|
Pmax=? [ F<=D correct=1 ]
|
|
|
|
// Minimum expected time to send all messages
|
|
Rmin=? [ F l=2 ]
|
|
|
|
// Minimum expected time to send all messages
|
|
Rmin=? [ F l=2 ]
|