Can someone please clarify a point of confusion regarding approximate solutions to the minimum k-cut problem.
In the wiki page of Minimum K-cut, it is stated that:
Several approximation algorithms exist with an approximation of $2-2/k.$
Other than the Gomory Hu tree based algorithm, a simple greedy algorithm can be found in page 7 here which also has the approximation ratio $2-2/k$.
My question is: is this approximation factor respect to the optimal solution when $k$ is considered as fixed or when it is part of the input?