
Mahnoor Naseer
- Total activity 16
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 3
- Subscriptions 5
Activity overview
Latest activity by Mahnoor Naseer-
Mahnoor Naseer commented,
Hi, So I was looking at your suggestion on using (addGenConstrXor), gurobi 12.0.1 does nos support any such model constructor https://docs.gurobi.com/projects/optimizer/en/current/reference/pyth...
-
Mahnoor Naseer created a post,
Binary Matrix Multiplication
OngoingHello, I would like to ask what efficient models does gurobi community suggest when modelling matrix multiplication in mod 2 involving large binary matrices say 32x32. I have tried the multi xor mo...
-
Mahnoor Naseer commented,
Hello, Just an addition to this thread which I think others might find helpful too. So based on the two methods suggested by David above, I ran my simulations. Both of them do a great job, however,...
-
Mahnoor Naseer commented,
Thank you so much for the updated response David. Both the methods are very useful for my current application. Cheers!
-
Mahnoor Naseer commented,
Hey David, thank you for your response, this is really helpful.
-
Mahnoor Naseer created a post,
Logging Memory Consumption
AnsweredHello, So, I am trying to do this performance comparison between two MILP models for the same problem, the parameters I want to work with are time and memory (runtime) consumption for both the mode...
-
Mahnoor Naseer commented,
Dear Riley, Thank you so much for your prompt response and guidance regarding the issue. Previously I have been logging the data directly to a CSV file, during live optimization and then use a sepa...
-
Mahnoor Naseer created a post,
MIPGAP Graph
AnsweredHello, So recently I read this article "What is MIPGap?", which I found very helpful. Specially the graph that is given to elaborate on the relation between gap percentage and objective values. I...