tao johnson

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

Activity overview

Latest activity by tao johnson
  • tao johnson created a post,

    develop an algorithm

    Answered

    Hi,  I'm developing a Branch&Bound algorithm to solve a MILP model, I'm curious about what's the different between using my algorithm with the gurobi solver? And my algorithm is slower than gurobi,...

  • tao johnson created a post,

    TypeError: unsupported operand type(s) for *: 'float' and 'tupledict'

    Answered

    Hi, I am trying to code this constraints but get an error. Below are one fo my constraints. Below is my code: ramda = m.addMVar((2, 6, 6, 6), name='ramda') for j in range(6): m.addConstr(ra...