Niccolò Bulgarini

Gurobi-versary
First Comment
First Question
  • Total activity 11
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 3

Posts

Recent activity by Niccolò Bulgarini Recent activity Votes
  • Access starting solution variables

    Answered

    Hi all, I'm using gurobipy and am setting starting values for some variables by using the .Start attribute. The initial solution is then correctly loaded. After the optimization is done, how can I ...

  • gurobipy - add specific constraints as "Lazy"

    Answered

    I'd like to add specific linear constraints to a model and set them as 'Lazy'. Of course I'd like to use the addConstrs method to build the model fast. Can anybody suggest an example in gurobipy wh...

  • ConcurrentMIP - are instances communicating each other?

    Answered

    I'd like to know better how ConcurrentMIP works: - are the different MIP instances communicating each other and exchanging the Best bound and Incumbent values? Or they are completely independent? -...