Clustering method based on landscape function to help Steiner Trees aproximation algorithms.
To create an environment:
conda create --name landscape_steiner --file environment.yml
where landscape_steiner
is the name for your new local environment.
Feel free to change it.
To activate the environment:
conda activate landscape_steiner
Edit the file environment.yml
and add/remove packages, then run:
conda env update --name landscape_steiner --file environment.yml --prune