void omp_gnp(int n, float p, std::vector> A) { int i, j, x; #pragma omp parallel for private(i,j) for (i = 0; i