Hello
Is it possible to change variable type for example from binary to continuos?
Thanks
In general no, but you can set .prior suffix to inf to make a discrete variable continuous, see https://www.gams.com/latest/docs/UG_Variables.html#INDEX_suffixes_2d__21_variable_22__2f_prior.
-Michael