Skip to content

Commit

Permalink
Remove diagnostic.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed Dec 19, 2024
1 parent 77f85b7 commit 5cf1ed4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions base/rationalSimplex.asy
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ struct simplex {
rational[] cB=phase1 ? new rational[m] : c[n-m:n];
rational[][] D=phase1 ? new rational[m+1][n+1] : E;
if(phase1) {
write("n=",n);
write(Bindices);
// Drive artificial variables out of basis.
for(int i=0; i < m; ++i) {
if(Bindices[i] > n) {
Expand Down

0 comments on commit 5cf1ed4

Please sign in to comment.