Branch and Bound technique based solution. For each task the penalty value is calculated and each calculated penalty value is stored into high priority vector, which returns the minimum one based on their cost value. Once the optimal task is assigned to some day, this day is labelled as not available. In such a manner, we followed the tree, at each level taking the node with lowest penalty value since the main objective is minimization of the penalty.
-
Notifications
You must be signed in to change notification settings - Fork 0
Branch and Bound technique based solution. For each task the penalty value is calculated and each calculated penalty value is stored into high priority vector, which returns the minimum one based on their cost value. Once the optimal task is assigned to some day, this day is labelled as not available. In such a manner, we followed the tree, at e…
akmaralAW/Task_Assignment_problem
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Branch and Bound technique based solution. For each task the penalty value is calculated and each calculated penalty value is stored into high priority vector, which returns the minimum one based on their cost value. Once the optimal task is assigned to some day, this day is labelled as not available. In such a manner, we followed the tree, at e…
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published