X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49142a06b4983d3a38d47e16d28ba8048515194f..dda7529f8f14f9674a4defb7471322b56e0d0cb0:/src/surf/maxmin.c diff --git a/src/surf/maxmin.c b/src/surf/maxmin.c index 0f02192b31..3177a75fe1 100644 --- a/src/surf/maxmin.c +++ b/src/surf/maxmin.c @@ -374,6 +374,7 @@ void lmm_print(lmm_system_t sys) DEBUG1("%s", trace_buf); trace_buf[0] = '\000'; + DEBUG0("Constraints"); /* Printing Constraints */ cnst_list = &(sys->active_constraint_set); xbt_swag_foreach(cnst, cnst_list) { @@ -411,6 +412,7 @@ void lmm_print(lmm_system_t sys) sum, cnst->bound, sum - cnst->bound); } + DEBUG0("Variables"); /* Printing Result */ xbt_swag_foreach(var, var_list) { if (var->bound > 0) {