Convert model with anonymous variables to "readable" form

for (i, x) in enumerate(all_variables(model))
    set_name(x, "v$(i)")
end