There's a map with points:

The green number next to each point is that point's ID and the red number is the bonus for that point. I have to find fastest cycle that starts and ends at the point #1 and that gains at least x (15 in this case) bonus points. I can use cities several times; however, I will gain bonus points only once. I have to do this using Approximation algorithm, but I don't really know where to start.
The output would look like this:
(1,3,5,2,1) (11.813 length)
