Rui Miguel

First Comment
First Question
  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by Rui Miguel
  • Rui Miguel commented,

    Greetings once more, Thank you for the responses, for setting up the support thread, and for providing the workarounds! I deduce it is no longer necessary to test in Gurobi v12.0.0? It doesn't seem...

  • Rui Miguel commented,

    Hello again! I found a parameter that worked! m.Params.Presolve = 0 fixed it. Both solutions are now correctly printed: Solution count 2: 0 0 No other solutions better than 0Optimal solution found ...

  • Rui Miguel commented,

    Hi! Many thanks for the prompt responses. I am indeed using SolutionPools.   # Parameters  m.Params.PoolSearchMode = 2  # Value of 2 means find the n best solutions  m.Params.PoolSolutions = 10  #...

  • Rui Miguel created a post,

    Gurobi missing optimal solutions?

    Answered

    Greetings, I am using Gurobi to attempt to map a set of N functions to a set of D devices. For starters, I'm mapping only 2 functions to 3 devices. The problem was modeled by generating |N| batches...