Jozsef Janosik
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Jozsef Janosik-
Jozsef Janosik created a post,
logfile error
Hi if i run an optimization 2 times, second time get a similar message: logfile: cannot access file because another process uses it what should i do? how can i close logfile or env? some part of my...
-
Jozsef Janosik created a post,
model.addConstr() does not work?
AnsweredHii does anybody know why this code gives Error code = 20001Not in the model message ? GRBVar v1, v2; v1 = model.addVar(-10, 10, 0, GRB_CONTINUOUS);model.addGenConstrAbs(v2, v1);