
Lukas-Benedikt Fiechtner
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Lukas-Benedikt Fiechtner-
Lukas-Benedikt Fiechtner commented,
Even if I add the bounds GUROBI still does not detect unboundedness (albeit it finds feasible points with very small value).
-
Lukas-Benedikt Fiechtner commented,
Great, thanks for the clarification!
-
Lukas-Benedikt Fiechtner created a post,
Bilinear Program should be unbounded but GUROBI says it has a finite value
AnsweredWhen I run the below code (using GUROBI V11.0.3) I get that the value is finite even though it should clearly be unbounded below (take x=-n and y=n and let n -> infinity). What am I doing wrong her...