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

Update Simplex.java

parent ba865d25
No related branches found
No related tags found
No related merge requests found
...@@ -146,7 +146,7 @@ public class Simplex { ...@@ -146,7 +146,7 @@ public class Simplex {
} }
} }
} }
mat.matrixPrint("Pivot numéro " + this.nbPivot, 2); //mat.matrixPrint("Pivot numéro " + this.nbPivot, 2);
for (int j = 0; j < mat.getY(); j++) for (int j = 0; j < mat.getY(); j++)
if (signe(mat.getData(mat.getX() - 1, j))) { if (signe(mat.getData(mat.getX() - 1, j))) {
has_neg = true; has_neg = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment