How do I get all the optimal solutions from my linear programming with pyscipopt? I just want to display them(using print()).
I see that my Linear Programming has several optimal feasible solutions. However, I can only view one. The function model.getNBestSolsFound() gives me the number of optimal solutions.
Many thanks for your help!