Condition for a graph to have only one MST (Minimum Spanning Tree)?

1.5k Views Asked by At

Can somebody tell me if there is a condition for an edge-weighted graph to have exactly one MST?

I know that it can have more minimum spanning trees, but can it have only one?

Thanks in advance!