Alexander Hoffman
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Alexander Hoffman-
Alexander Hoffman commented,
Resolved
-
Alexander Hoffman commented,
I have realized that in some old code from a colleague in the same repository there is a Gurobi 5.6 jar that is being included instead of my 9.5 jar. This is most likely the root of the problem and...
-
Alexander Hoffman commented,
I am now getting a very similar error in the Diet.java example on the line model.addConstr(ntot, GRB.EQUAL, nutrition[i], Categories[i]);
-
Alexander Hoffman created a post,
"Variable not in model" for Bilinear.java example
AnsweredHi, should firstly note that using v9.5 the Mip1 java example didn't work for me, at least in my jar lib GRBEnv GRBEnv(boolean empty) was undefined. I moved on to trying Bilinear.ja...