minsu kim

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

Activity overview

Latest activity by minsu kim
  • minsu kim created a post,

    How to control MIP using callbacks in multi-objective optimization

    Answered

    While implementing a MIP model with multiple objective functions, I aim to use a callback function and elapsed time to dynamically manage the optimization process. Specifically, during the sequenti...

  • minsu kim commented,

    Hi!   I wrote down the example in a little more detail. Is it possible to convert it to a matrix model even if it is a model like this?I wrote down the example in a little more detail. Is it possib...

  • minsu kim commented,

    Hi Mario, Thank you for your response. I created 'in_out' as follows. in_out_before = {    ('route1','item1',1):some_value,('route1','item1',2):some_value,('route1','item1',3):some_value,    ('rout...

  • minsu kim created a post,

    improve time to build model tupledict.sum()

    Answered

    I've been using this method for processing, but it's slow when dealing with large volumes of data. I'm looking for a better approach ex) in_out = {    ('route1','item1',1):gurobi.LinExpr,('route1',...