Wip maj (okay i stop trying to optimise) roundRobin
This commit is contained in:
parent
87b1727434
commit
ef3a210fd1
@ -55,7 +55,6 @@ public class RoundRobin extends Scheduler {
|
|||||||
*/
|
*/
|
||||||
private User UserSelection(int Ts, int Sp, List<User> Users) {
|
private User UserSelection(int Ts, int Sp, List<User> Users) {
|
||||||
|
|
||||||
|
|
||||||
for (int i = 0; i < Ts; i++){
|
for (int i = 0; i < Ts; i++){
|
||||||
for (int j = 0; j < Sp; j++) {
|
for (int j = 0; j < Sp; j++) {
|
||||||
index++;
|
index++;
|
||||||
|
Reference in New Issue
Block a user