Shahin Parvar
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Shahin Parvar-
Shahin Parvar commented,
Hello, I am facing the same problem and can't the dual value that I get as None for all constraints, I am wondering after: model.dual = Suffix(direction=Suffix.IMPORT) How should I exactly extract...
-
Shahin Parvar commented,
This is my result: resultsOut[58]: {'Problem': [{'Name': 'x1', 'Lower bound': -59236.27041095889, 'Upper bound': -59236.270410958896, 'Number of objectives': 1, 'Number of constraints': 3908, 'Numb...
-
Shahin Parvar created a post,
Gurobi Solver plugin
Awaiting user inputHello All, I am running my optimization problem on Pyomo, and trying to get the dual variables of my constraints by using: model_Bi.dual = Suffix(direction=Suffix.IMPORT_EXPORT) However, I get th...