Use modulo constants as widening thresholds
This issue proposes incorporating modulo constants (minus 1) as widening thresholds in the autotuner, inspired by a similar technique used in Astrée. The goal is to improve precision by leveraging the cyclical nature of modulo operations, particularly in scenarios like ring buffers. This change is considered a small addition with potentially significant benefits for static analysis.