Noli,
when you use
> #######
> var x{n in NUMBER}, integer;
> #####
all the variables will be integers.
> X2 and X3 needs to Float / Real, based on the results of the Original
> Cplex problem.
If some variables are integers and others ara real, than you have to use
#######
var x{n in NUMBER_OF_INTEGER}, integer;
var y{n in NUMBER_OF_REAL};
#####
Raniere
_______________________________________________
Help-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-glpk
