EMHASS version 0.2.6
This release features a better handling of errors when trying to find a suitable solver.
Some problems may arise from solver related issues in the Pulp package. It was found that for arm64 architectures (ie. Raspberry Pi4, 64 bits) the default solver is not avaliable. A workaround is to install a new solver. The glpk
solver is an option and can be installed with:
sudo apt-get install glpk-utils
After this it should be available for use and EMHASS can use it as a fallback option.
Improvement
- Improved handling of errors concerning solver issues with Pulp. Added support for
glpk
solver. For now just using a try/catch strategy but should update to solver passed as a parameter to EMHASS.