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

PyKP? Check out the Quick Start Guide. It contains an introduction to the main features of the package.

API reference

The reference guide contains a detailed description of the functions, modules, and objects included in PyKP.