Tobias Klein

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

Posts

Recent activity by Tobias Klein Recent activity Votes
  • Java Callback setSolution for CB_MIPSOL

    Ongoing

    Hi, during my Callback, I want to set a better solution for some of my variables. During CB_MIPNODE, i can do this with the setSolution() - method.  But setSolution can only be called during CB_MIP...

  • Problems to define GRBLinExpr / Lazy-Contraint (Java)

    Answered

    Hello, i currently try to implement a lazy-contraint in java (JDK 13), but it seems that i miss something.   I have two sets (s1 and s2) of specific GRBVars and try to implement the following contr...