PyKP documentation#
Useful links: Installation | Source Repository | Issue Tracker
PyKP is a Python package for defining, solving, and analysing knapsack problem instances. This package provides tools to define (or randomly sample) knapsack instances, and generate useful metrics and visualisations.
Installation
The installation guide provides instructions on how to install PyKP on your system.
Getting started
New to PyKP? The Quick Start Guide provides an introduction to the main functionalities of the package.
API reference
The API reference contains detailed descriptions of the functions, modules, and objects included in PyKP.