Skip to content
Snippets Groups Projects
Commit 10143a11 authored by Maxime MORGE's avatar Maxime MORGE :construction_worker:
Browse files

PSSI: XP from 16

parent 202fdc88
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ class CampaignBalancer extends Campaign{
AgentBasedBalancer.id += 1
val configurations : List[BalancerConfiguration] = { // The configurations
val numbersOfNodes = List.range(13, 17, 1) // m in [2,17[
val numbersOfNodes = List.range(16, 13, -1) // m in [2,17[
val numbersOfJobs = List.range(4, 5, 1) // l in [4,5[
val couples = for(j <- numbersOfJobs ; i <- numbersOfNodes) yield (i, j)
couples.map{ case (i, j) =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment