Is a commandline program for finding numerical solutions to combinatorial problems. Many combinatorial functions are supported see Documentation.
Cmake for the makefile
sudo apt install cmakeNcurses to link to the library to run CombinaCount
sudo apt install libncurses5-dev libncursesw5-devGit to clone this repo
sudo apt install gitGCC(GNU C Compiler) to compile and run
sudo apt install cmake libncurses5-dev libncursesw5-dev git build-essentialAfter installing the dependencies clone this repo using the running the following command in the terminal.
git clone https://github.com/benLBrook/CombinaCount.gitThen change directory to CombinaCount and build with gcc:
cd ./CombinaCount
make combTo run the code use
make runYou can remove the executable by running make clean:
make clean