A simple package provide an encoded cost function of the Travel Salesperson Problem (TSP).
Encoded supported methods:
- Binary
- One-hot
Install with pip:
pip install -e .
Install with pdm, using lock file:
cd qencode
pdm install
eval $(pdm venv activate)