Skip to main content

All Questions

0 votes
1 answer
71 views

Truck Type (infinite number of them) vs Orders

The goal of the docplex model below is to choose the trucks with total minimum cost to fulfill all orders. I treat the truck type as 1 truck in the following code, but in fact, a truck type can have ...
william007's user avatar
  • 18.6k
0 votes
1 answer
921 views

Cplex Error: Adding trivial infeasible linear constraint

I want to solve an integer programming model with cplex python. I have this model: a and h are matrixes with 0s and 1s. p is a set of numbers. here is a part of my cplex code for this model: p=[i for ...
Sana.Nz's user avatar
  • 81