Skip to content

benLBrook/CombinaCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CombinaCount MIT License

Is a commandline program for finding numerical solutions to combinatorial problems. Many combinatorial functions are supported see Documentation.

Table of Contents

Dependencies

Cmake for the makefile

 sudo apt install cmake

Ncurses to link to the library to run CombinaCount

 sudo apt install libncurses5-dev libncursesw5-dev

Git to clone this repo

 sudo apt install git

GCC(GNU C Compiler) to compile and run

 sudo apt install cmake libncurses5-dev libncursesw5-dev git build-essential

Installation

After installing the dependencies clone this repo using the running the following command in the terminal.

 git clone https://github.com/benLBrook/CombinaCount.git

Then change directory to CombinaCount and build with gcc:

  cd ./CombinaCount
  make comb

To run the code use

  make run

You can remove the executable by running make clean:

  make clean

Documentation

Documentation

About

A commandline program for finding numerical solution to combinatorial problems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published