C++ Library Extensions 2022.12.09
To help learn modern C++ programming
018-combination.cpp File Reference
#include <tpf_ncrnpr.hpp>
#include <tpf_output.hpp>
#include <tpf_chrono_random.hpp>
Include dependency graph for 018-combination.cpp:

Go to the source code of this file.

Functions

void performance_test_for_combination_parallel (unsigned int thread_count, int n, int r)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 44 of file 018-combination.cpp.

Here is the call graph for this function:

◆ performance_test_for_combination_parallel()

void performance_test_for_combination_parallel ( unsigned int  thread_count,
int  n,
int  r 
)

Definition at line 5 of file 018-combination.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: