I would like to know how to create some circles without overlapping in Python.
Let me share a part of my script
In lines 55,56 and 57 I print the coordinates, witnessing overlapping. Inside each for statement I thought I avoided the overlapping doing something like bisection method (root finding method).
The source code works good for 5 or 6 voids but when increasing the number of voids I get overlapping.