Explorar o código

mention the lp_solve tool

Samuel Thibault %!s(int64=14) %!d(string=hai) anos
pai
achega
f268e3c1c2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/profiling/bound.c

+ 1 - 1
src/profiling/bound.c

@@ -144,7 +144,7 @@ void starpu_bound_print_lp(FILE *output)
 
 		_starpu_get_tasks_times(nw, nt, times);
 
-		fprintf(output, "/* StarPU upper bound linear programming problem */\n");
+		fprintf(output, "/* StarPU upper bound linear programming problem, to be run in lp_solve. */\n\n");
 		fprintf(output, "/* We want to minimize total execution time (ms) */\n");
 		fprintf(output, "min: tmax;\n\n");