The document describes an extension of Ant Colony Optimization (ACO) called ACOMV that allows it to handle mixed-variable optimization problems containing both continuous and discrete variables. ACOMV uses a solution archive, like ACOR, to probabilistically construct new solutions and guide the search. For ordered discrete variables, it uses a continuous relaxation approach by operating on the indexes of variable values rather than the values themselves. For categorical discrete variables, which have no natural ordering, it handles them natively without assumptions about ordering. The document proposes a new benchmark problem to test whether ACOMV performs better than ACOR on problems with categorical variables, since ACOR relies on ordering assumptions. Preliminary results on this benchmark and other problems are