We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ff742 commit f1cdf95Copy full SHA for f1cdf95
linopy/solvers.py
@@ -472,11 +472,6 @@ def get_solver_solution() -> Solution:
472
sol = df[variables_b][2]
473
dual = df[~variables_b][3]
474
475
- # import ipdb
476
- # ipdb.set_trace()
477
- # TODO the problem is that this sol file has both rows and columns in it, and uses original names
478
- # linopy requires highs for MPS files anyway, so we can use highs for MPS to tell which ones are vars
479
-
480
return Solution(sol, dual, objective)
481
482
solution = self.safe_get_solution(status=status, func=get_solver_solution)
0 commit comments