I'm looking for an explanation about the Dense Layout algorithm used by qiskit's transpiler.
I saw the source code, but still I don't understand what """Choose a Layout by finding the most connected subset of qubits"""
means!
Is there a paper about this kind of mapping algorithm or other resource I can learn about it from?