Arvi Tolvanen

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

Activity overview

Latest activity by Arvi Tolvanen
  • Arvi Tolvanen commented,

    Hi! Hard to formally descibe it, but like this in excel:(first it sorts column A, then B, ...)

  • Arvi Tolvanen commented,

    Hi Jaromił,Thanks for your answer, that idea could work with some refining!However A, B, C can't monotonously be sorted cell-wise. Eg.A = (1,0,0,0,0,1,0,1,0)B = (0,1,0,1,0,0,0,0,1)C = (0,1,0,0,0,1,...

  • Arvi Tolvanen created a post,

    Symmetry problem among solutions

    Answered

    I got MIP model in which target function is constant and the goal is to find feasible variable solutions to that.Lets say one feasible solution is = {A, B, C}, however every permutation of that is ...

  • Arvi Tolvanen created a post,

    Alternative termination condition

    Answered

    Is it possible to make MIP solver to automatically terminate if incumbent objective bound has stayed the same for X seconds?