How do I connect a Python and a C program in windows using pycharm?

60 views Asked by At

I have a Python program that must send the number of nodes and graphs to a C program for faster computation (called cliquer). The C program(the executable is better since it should be faster) then computes the cliques and returns them to Python, which computes the other parameters. It is very important that I create such an automatic pipeline since the calculation process is very slow. I've looked around the internet and everything I've found is Linux-based.

0

There are 0 answers