Good day Professor
I have edit the problem the way you suggested but I got the following message when i try to solve the problem using cplex and xpress solvers.
I have tried all these while to figure out the problem but to no avail. especially how the change from linear to non linear problem.
presolve, constraint alldemand['clt27']:
all variables eliminated, but lower bound = 1 > 0
presolve, Variable damount['dep5', 'clt20']:
impossible deduced bounds: lower = 0, upper = -1
presolve, variable damount['dep4','clt17']:
impossible deduced bounds: lower = 0, upper = -2
presolve, constraint alldemand['clt27']:
all variables eliminated, but lower bound = 1 > 0
When I decided to see the status using "option show_stats 1;" I got the following statements:
Presolve eliminates 120 constraints and 73 variables
Adjusted problem: 8 variables
4 non linear variables
4 linear variables
10 constaints, 12 non zeros
4 non linear constraints
6 linear constraint
6 equality constraints
4 inequality constraints
1 linear objective, 6 nonzeros
Thanks