Skip to content

lmc2179/magikarp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

magikarp

exact and approximate solvers for NP Complete problems in python

travis build status

The goal of this project is to provide an easy-to-use interface to solvers for NP complete problems, particularly Karp's list of 21 NP Complete problems.

Documentation pages for each problem are coming soon! For now, interested users can get solvers from the following modules:

  • Partition problem - partition.py
  • Travelling salesman problem - tsp.py
  • Knapsack problem - knapsack.py

About

exact and approximate solvers for NP Complete problems in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published