Igor Melo
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Igor Melo-
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...