Jiawei Lu
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Jiawei Lu-
Jiawei Lu created a post,
Possible memory leak in Gurobi C++ API
Awaiting user inputI have a function, say func(). In func(), I create a GRB model with the code below: GRBModel m = GRBModel(*env); Variable m takes about 5 MB after I call m.optimize(). Ideally, when func() is finis...