I want to linearize the following absolute value constraint for MILP:
$ \sum_{l=1}^{n} |x_{gl} - x_{hl} | > k $, where $x_{g}$ and $x_{h}$ represent different types of bit strings of length $n$ and $k$ represents Hamming distance (HD) between the bit strings.
All I am saying here is that the HD between $x_{g}$ and $x_{h}$ bit strings should be more than $k$.
How do I linearize this?