GMN
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by GMN-
GMN commented,
Here is a minimal working example: int main(int argc, char* argv[]){ try { GRBEnv env; GRBModel mod(env); mod.set(GRB_IntParam_Presolve, -1); } catch (GRBException e...
-
GMN commented,
Thank you, this is very helpful! Can you share why such a feature is not wanted? I do encounter another issue. I'm running this line to get back to the default value after having done my check ( ...
-
GMN created a post,
Getting the reduced cost of a variable prior to solving the LP
Awaiting user inputAs far as I know, one can not get the reduced cost of a variable that has been added to the LP-model before one has run optimize again. I would like to see that being a possibility, as it can be u...