Consider the same problem as in the previous exercise, but this time
without the restriction that all weights are integers. Give an FPTAS
for this problem. Prove that your algorithm reports a feasible
solution, that is, two disjoint subsets S1, S2 of X, each of weight
at most W and whose total weight is at least (1-ε) OPT.
Also analyze the running time of your algorithm.
Hint: Use the solution to the previous exercise!