The following is a suggested procedure for designing a Dispatcher application:
-
Prepare a data set for which you already have a solution and fit it into the csv data format.
-
Simplify the model following the suggestions in this section.
-
Use a simplified cost function to find a solution and then compute the real cost afterwards. Compare this real cost to the cost of existing solutions.
-
Add the removed constraints one-by-one back to the model, moving from the simplest to the most complex. In parallel, restore the complexity to your cost function.