Hello,
I am trying to schedule for some machines but I am having trouble figuring out how to come up with an idea to calculate this.
Imagine I have a machine where I want to prioritize the amount of times it has to change tools ( the tool needed is defined in the order ), how would I be able to do this?
Example :
Tuple with properties Number, Tool, Duration
An array of that tuple
Decision Variable of type interval indexed by the tuple array
Desired output: the orders scheduled, prioritizing the minimum amounts it needs to change tools.
Thank you in advance!
------------------------------
Vasco Ferreira
------------------------------
#DecisionOptimization