#include <omp.h>
#include <stdio.h>
#include <string.h>
Include dependency graph for nqueens-1.c:
Go to the source code of this file.
Functions | |
void | nqueens (char *a, int n, int pos) |
int | main (int argc, char **argv) |
Variables | |
int | cnt |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 39 of file nqueens-1.c.
References cnt, n, nqueens(), and omp_get_wtime().
Here is the call graph for this function:
void nqueens | ( | char * | a, | |
int | n, | |||
int | pos | |||
) |
int cnt |