Marco Sp

  • Gurobi-versary
  • Conversationalist
  • First Question
  • Total activity 13
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 3

Comments

Recent activity by Marco Sp Recent activity Votes
  • Hi, thanks for your respone ! I already had a look into the Strong Formulations tech talk, but I cant change the formulations that much bc of the model formulation iteself.  I am looking more for a...

  • Yes I have already tried MIPFocus =1 but it havent changed much in runtime over long time. The shape of shape of the feasible region is the convex hull , right ? I put now the number of periods dow...

  • Hi Jaromił,  thank you very much for your response. I think the model should be feasible but I am not 100% sure. But when in the log is stated "solved with dual simplex" wasent the LP Relaxation su...

  • Hi Marika,  thank you very much for your response. I am trying to modell heat devices. They should shift their power consumption to low price periods of the energy market. And when having energy de...

  • I have a list of devices "j" and they have to supply energy in every period "i" depending on the energy demand   for j in range(device_list): while (x2 <= 35040): # number of Periods (15 min step...

  • Hi Marika,  thanks for your fast response. Could you maybe give me an example how I do this in python for two dimensional variables ? I tried with one variable "energy_consumption" which is depende...