Important
This is my bachelor's thesis code for "PROBLEM OF OPTIMAL PACKING OF UNEVEN CIRCLES AND APPROACHES TO ITS SOLUTION."
A set of small circles needed to be packed into a circle and placed in
Where
There are several different strategies for finding local answers:
heuristic algorithm
heuristic algorithm
+r-algorithm
start point random generation
+r-algorithm
A big part of the code has been used to evaluate test sets (input folder
) and compare them with existing results (output folder
). To run code for some cases - check out codes in the evaluate
folder.
Note
no input
and output
folders in the repository. Check the code in the evaluate
folder to know the structure of input and output files.