11 November 2015 13 873 Report

Assuming we have a planar Graph G=(V,E). There is a function f(G) which returns a positive real number and we wish to assign either 0 or 1 to each node in order to minimize the function f(G). Trying all different combinations of assigning 0 or 1 to each node to find the combination which returns the minimum value of f(G) would be computational intractable. Hence, the question is whether there exists a algorithm to find (or approximate) the minimum for such a function.

Note that the function f has the properties that a solution exists and is unique. Further, it is known that the Graph that minimizes the function has 0 in the vast majority of nodes and the set where the nodes are 1 is connected. 

Similar questions and discussions