You can try to sort the variables in the model. Something like model.free_RVs = sorted(model.free_RVs, key=lambda var: var.name)
3 Likes
You can try to sort the variables in the model. Something like model.free_RVs = sorted(model.free_RVs, key=lambda var: var.name)