1. How many pairs of vertices were generated in the algorithm?
the algorithm attains very high approximation ratios in practice reaching up to 0.9 and higher ratios on instances with 500 or more pairs.
read more
2. How many vertices were generated by the random tree?
The random trees contained 1,000 vertices and were generated by iteratively adding a vertex, and connecting it to one of the already existing vertices uniformly at random.
read more
3. What is the goal of the graph orientation problem?
The goal is to direct the edges of the graph, assigning a single direction to each edge, so that a maximum number of pairs admit a directed path from the cause to the effect.
read more
4. How many pairs of proteins were in the data set?
The data set contained 24,457 pairs of a knocked out gene (cause) and an affected gene (effect), out of which 14,295 are pairs of proteins from the network.
read more

