I have the following NP-complete problem: Given a set of locations in a N x N field, and a set of m nodes, and also a connectivity graph of the nodes (i.e. an undirected graph whose edges represent every pair of nodes in contact with each otehr), and contact range R (in the same length unit as the N x N field), find a placement of the nodes in the field respecting the connectivity graph (i.e. place nodes s.t any pair in contact is nearer than R and eny pair not in contact is farther than R), or show that such placement does not exisit.
Do we have any well-known NP-complete problem, that this problem can be reduced to? (Also an optimization version of the problem can be considered, i.e. to find the most optimal placement)