PCGP is a C/C++ program for counting the bisection of circulant graphs.
Compile all .c files with any C99 compiler. No dependencies.
Edit parameters N, K, C in pcgp.bat script and execute it.
Run the following command:
make N=<n> K=<k> C=<c>Change <n>, <k>, <c> to the desired parameter values.
This command will build the executable if it is not built yet and run it with the defined parameters.