Column generation method for the cutting stock problem in python

Hi,
I saw that this question has been asked many times.
I am working on a 1d cutting stock.
https://scipbook.readthedocs.io/en/latest/bpp.html
If I want to implement the “column generation method” I need a linear solver.

As far as I understand there is no module for ironpython, right?
Or am i mistaken? I guess I will not do that from scratch…

Thanks,
T.