X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f89671e0bd7450461d70d5ced6079123e73c2a63..84402e8e2ee2a2d0bef25fdceb0a263ed8b471f6:/src/kernel/lmm/maxmin_test.cpp diff --git a/src/kernel/lmm/maxmin_test.cpp b/src/kernel/lmm/maxmin_test.cpp index 79fc3c06cf..bc26a8ee99 100644 --- a/src/kernel/lmm/maxmin_test.cpp +++ b/src/kernel/lmm/maxmin_test.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2019. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2019-2020. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -71,7 +71,6 @@ TEST_CASE("kernel::lmm Single constraint shared systems", "[kernel-lmm-shared-si SECTION("Consumption weight + variable penalty") { - /* * Resource proportionality between variable is kept while * varying consumption weight @@ -101,7 +100,6 @@ TEST_CASE("kernel::lmm Single constraint shared systems", "[kernel-lmm-shared-si SECTION("Multiple constraints systems") { - /* * Multiple constraint systems can be solved with shared variables * @@ -151,7 +149,6 @@ TEST_CASE("kernel::lmm Single constraint unshared systems", "[kernel-lmm-unshare SECTION("Variable penalty") { - /* * A variable with a penalty of two get half of the max_share * @@ -181,7 +178,6 @@ TEST_CASE("kernel::lmm Single constraint unshared systems", "[kernel-lmm-unshare SECTION("Consumption weight") { - /* * In a given constraint with all variable penalty to 1, * the max_share is affected only by the maximum consumption weight @@ -212,7 +208,6 @@ TEST_CASE("kernel::lmm Single constraint unshared systems", "[kernel-lmm-unshare SECTION("Consumption weight + variable penalty") { - /* * Resource proportionality between variable is kept but * constraint bound can be violated @@ -243,7 +238,6 @@ TEST_CASE("kernel::lmm Single constraint unshared systems", "[kernel-lmm-unshare SECTION("Multiple constraints systems") { - /* * Multiple constraint systems can be solved with shared variables * on unshared constraints.