Integer infeasible in vehicle routing prolem model

Problems with modeling
Post Reply
irem
User
User
Posts: 6
Joined: 5 years ago

Integer infeasible in vehicle routing prolem model

Post by irem »

Hello GAMS Experts,

I am currently working on a vehicle routing problem. I am still not very proficient with GAMS. The model's output gives an "integer infeasible" message, and the root cause seems to be the "alfa" and "beta" variables. However, I attempted to manually construct the model on a small scale, yet I couldn't find a solution. I am sharing the code in the attachment. This is crucial for me. I would appreciate it if you could assist.

Error Message: Infeasible column 'alfa(1.3.1)'

Additional information: Sub-tour constraints exist between 'cons10 - cons16'. The problem originates from 'cons3' and 'cons5'.
Attachments
VRP_GAMS_Code.gms
(4.24 KiB) Downloaded 89 times
Post Reply