DescriptionΒΆ
A Python library for the study of inventory management. Implements cost functions, heuristics, and datasets used in Inventory Management research.
Using any of the following subpackages requires an explicit import. For example,
import inventory.discrete.
continuous --- Cost functions for the continuous model
discrete --- Cost functions for the discrete model
solvers --- Heuristics and optimal algorithms
utils --- Utilities for the datasets and GP