Skip to content

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…

Notifications You must be signed in to change notification settings

akmaralAW/Task_Assignment_problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task_Assignment_problem

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.

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

No packages published