Hello!
I have successfully ran the vehicle routing example. But my question is:
Is it possible to model the problem such as that the number of vehicles is not given as input?
Imagine that I need to find the optimal number of vehicles that minimizes a cost function that is related to "price per km" - so for instance, there are several types of vehicles (with different capacities, different fuel consumptions, etc) that can be "grabbed" from a pool.
Is this possible with optapy? If so, how would I model this?
Thanks in advance!
Hello!
I have successfully ran the vehicle routing example. But my question is:
Is it possible to model the problem such as that the number of vehicles is not given as input?
Imagine that I need to find the optimal number of vehicles that minimizes a cost function that is related to "price per km" - so for instance, there are several types of vehicles (with different capacities, different fuel consumptions, etc) that can be "grabbed" from a pool.
Is this possible with
optapy? If so, how would I model this?Thanks in advance!