Skip to content
Snippets Groups Projects
Commit c90b835e authored by juliano.souzaluz's avatar juliano.souzaluz
Browse files

Update Simplex.java

parent 4cef78e4
No related branches found
No related tags found
No related merge requests found
......@@ -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");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment