Guest User

Untitled

a guest
May 20th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.20 KB | None | 0 0
  1. while(isDual(mtx){
  2.             linha_pivot_dual(mtx);
  3.             if(!coluna_pivot_dual(mtx)) break;
  4.             algoritmoBase(mtx);
  5.             mtx->n_iteracoes++;
  6.             fprintf(fp,"\tMétodo Dual\n");
  7.             imprime_output(mtx,fp);
  8.     }
Add Comment
Please, Sign In to add comment