Sam Ganzfried
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Sam Ganzfried-
Sam Ganzfried created a post,
Function addGenConstrLog buggy
AnsweredThe function model.addGenConstrLog seems super buggy. I'm trying small test example and it says log(x) = -23.03 for x = 9, though it is correct for larger x. It doesn't matter what values I use for...
-
Sam Ganzfried commented,
I just tried an example where model.get(GRB.IntAttr.Status) had a value of 9 (TIME_LIMIT status), and when I call get(GRB.DoubleAttr.X) I get: Exception in thread "main" gurobi.GRBException: Error ...
-
Sam Ganzfried created a post,
If solver hits time limit, is a solution output?
AnsweredI am just wondering if the time limit parameter is set and the algorithm hits the time limit, does it still output a solution (whatever the best/current iteration of the algorithm has produced)? Ob...