maxsnr v1 corrige
This commit is contained in:
parent
f43d89a818
commit
f7d751b07a
@ -12,8 +12,8 @@ public class MaxSNR extends Scheduler {
|
||||
@Override
|
||||
public void scheduling() {
|
||||
User userMax = null;
|
||||
for(int ts = 0; ts < 2; i++){
|
||||
for(int sp = 0; sp < 100; j++){
|
||||
for(int ts = 0; ts < 2; ts++){
|
||||
for(int sp = 0; sp < 100; sp++){
|
||||
userMax = selectionUtilisateur(sp, ts, users);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user