Skip to content

NikOsint/pcgp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCGP

PCGP is a C/C++ program for counting the bisection of circulant graphs.

Usage

Windows

Build

Compile all .c files with any C99 compiler. No dependencies.

Run

Edit parameters N, K, C in pcgp.bat script and execute it.

Linux

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.

About

multithreaded pcgp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.2%
  • Makefile 1.9%
  • C 1.2%
  • Batchfile 0.7%