v1.2.18
What’s new
Automatic fallback to older MiniZinc releases:
- When the latest MiniZinc binary fails due to glibc incompatibility, the installer now automatically tries older releases (one per minor version: 2.8.x, 2.7.x, 2.6.x, etc.) until it finds a compatible version.
- Only falls back to snap/manual instructions if all pre-built versions fail.
Installer improvements:
- Refactored download/extract/verify logic into a helper function for reliability and maintainability.
- Clearer error messages and guidance for users on legacy systems.
Example
If your system glibc is too old for MiniZinc 2.9.5, Autoguess will now automatically try 2.8.x, 2.7.x, etc., and install the first compatible version.
How to upgrade
pip install --upgrade autoguess
Repository
For full changelog and documentation, see the repository.