Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • math/2e-annee/tp-math
1 result
Show changes
Commits on Source (2)
......@@ -307,7 +307,7 @@ public class Simplex {
System.out.println("Status: Optimal");
System.out.format("Size: %d rows, %d cols\n", m.getLine(), m.getCol());
System.out.println("Obj value: " + -1 * m.getData(line, col));
System.out.println("Nombre de pivot(s) réalisé(s) sur le petit tableau post phase 1: " + this.nbPivot);
System.out.println("Nombre de pivot(s) : " + this.nbPivot);
System.out.println("Time: " + time + " ms");
}
......
min;17;43;35;47;83;75;
1;0;0;0;0;0;<=;758;
0;1;0;0;0;0;<=;798;
0;0;1;0;0;0;<=;758;
0;0;0;1;0;0;<=;270;
0;0;0;0;1;0;<=;758;
0;0;0;0;0;1;<=;758;
-1;-1;0;0;0;1;=;-758;
1;0;-1;-1;0;0;=;0;
0;1;1;0;-1;-1;=;0;
0;0;0;1;1;0;=;758;
\ No newline at end of file
File moved
File moved
File moved