Sagnik Basumallik
- Total activity 37
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 12
Posts
Recent activity by Sagnik Basumallik-
Failed to open log file gurobi.log
AnsweredI am getting the following error suddenly when I try to write the LP to a file. Academic license - for non-commercial use onlyTraceback (most recent call last):File "C:/Users/sbasumal/PycharmPro...
-
Can I solve bilevel optimization problems in Gurobi?
AnsweredLet us say we are trying to solve this problem [Source], For example, in GAMS, this can be solved as : Positive Variables x, y1, y2;Variables objout, objin; Equations defout, defin, e1, e2, e3, e4...