Igor Melo
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Igor Melo-
Igor Melo commented,
Thank you very much, I'll try this way
-
Igor Melo created a post,
how to set the memory parameter in a Gurobi model using c++?
AnsweredI'm trying to set a memory limit to my Gurobi Model. GRBEnv env = GRBEnv(true); env.set("LogFile", "Model_DEBUG.log"); env.start(); GRBModel model = GRBModel(env); model.getEnv().set(GRB_DoublePara...