Visual Studio Code – How to program a MIP solver to find balanced Gray code for mixed radices?
The permutations of a mixed radix number can be ordered to achieve Grayness (in the sense of Gray code) with optimal balance and span length. Each of these constraints will be explained in turn. In my examples, I use a…