All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Support Python >=3.9
- The virtual environment for this repository is managed by uv from now.
- Dictionary of LpVariable is no more required. Variable properties is now obtained from LpProblem.variables().
- Maximization problem is now available.
- decode_solution() function to set scipy optimization result on LpVariable.