Sai Krishna
Results
2
issues of
Sai Krishna
Here is my problem ``` Lp_prob = p.LpProblem('Problem', sense = p.LpMinimize) x = p.LpVariable("x1", lowBound = 0) # Create a variable x y = p.LpVariable("x2", lowBound = 0) # Objective...
This issue is fixed here: https://github.com/Glitchfix/TOPSIS-Python/issues/1