tao johnson

  • Gurobi-versary
  • First Question
  • 合計アクティビティ 3
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 1

アクティビティの概要

tao johnsonさんの最近のアクティビティ
  • tao johnsonさんが投稿を作成しました:

    develop an algorithm

    回答済み

    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さんが投稿を作成しました:

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

    回答済み

    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...