Originally posted by: Wendy717
I'm dealing with a truck assignment problem. There are several bases, each with a number of trucks. The trucks are assigned to cover some customers.
In a simplified model, there is only one set of integer decision variables, with range [0,40], which are the number of packages of customer z assigned to truck j in base i. There are two sets of constraints, one for truck capacity and the other one for customer demand fulfillment. There is one objective, which is to minimise the total travel cost.
When I solve the model with Cplex12.6, it always gives 0 as the optimal objective value. When I look into the .lp file, I found that there is no objective inside. My model file and lp file are attached.
Appreciate if anybody could help me look into the issue.
#CPLEXOptimizers#DecisionOptimization