how to handle semi continuous constraints by using the optimization toolbox?
Ältere Kommentare anzeigen
bold VRP is a mixed integer problem, just like this.

where g_i is the demand of customer i, q is the capacity of vehicle.
but when we consider VRP with time windows, dependent variables are coming, we should add constraints like this

In the above formulations,
where s_i is the time spot when a vehicle arrives at customer i, and a_i,b_i ,are time windows of customer i
how should I handle constraint (10) which is not continuous by using the Matlab optimization toolbox?
Antworten (1)
Alan Weiss
am 26 Mai 2015
0 Stimmen
Alan Weiss
MATLAB mathematical toolbox documentation
1 Kommentar
qing WU
am 29 Mai 2016
Kategorien
Mehr zu Get Started with Optimization Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!