This repository is from the operational research course at AGH, the problem was defined as follows:
We have packages and vehicles with sizes for each dimension, each vehicle was its own weight limit and each package has its cost and weight.
Our goal is to fill the vehicles with packages such that any two packages do not overlap and also we have the constraint, that the area below each package has to either be filled with other packages or it must be floor. We are also not allowed to rotate packages.
From all solutions we choose the one with the highest cost - sum of the costs from each package that we managed to fit.
We use genetic algorithm with the greedy heuristic and for the cases in which the summary volume of all vehicles is not great and the number of packages is also low, we can use the brute force, similar to exponential knapsack problem.
-
Notifications
You must be signed in to change notification settings - Fork 0
Jakub-Karczewski/operational_research
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published