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.
7 lines
356 B
7 lines
356 B
// minimum number of dropped packets
|
|
// RESULT (K=2,T=3): [1.6572208448483332,1.6578400000000002] (grid resolution 50)
|
|
R{"dropped_packets"}min=?[F sched=0 & t=T-1 & k=K-1 ]
|
|
|
|
// maximum number of packets sent (dual property)
|
|
// RESULT (K=2,T=3): [2.3421600000000002,2.342779155151662] (grid resolution 50)
|
|
R{"packets_sent"}max=?[F sched=0 & t=T-1 & k=K-1 ]
|