Row Generation and MST - Pyomo/PyomoGallery GitHub Wiki
The example in row_generation_mst applies row generation to solve the Minimum Spanning Tree (MST) problem. The example generates subtour elimination constraints until an MST is found.
The directory also provides an sample input file and example runs following the MST example on Wikipedia.