Hojjat Baghban

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

アクティビティの概要

Hojjat Baghbanさんの最近のアクティビティ
  • Hojjat Baghbanさんがコメントを作成しました:

    Hi Sonja and all,   Thank you for your comment. But as far as I understand though, the sample example about "The Traveling Salesman Problem" , Gurobi can support 2-dimensional according to the line...

  • Hojjat Baghbanさんが投稿を作成しました:

    mode attribute

    Greeting,  I create a model as follow,  m = Model('my_LP_model', sense='MINIMIZE')   But when I run the following lines, I faced with the error: AttributeError: 'Model' object has no attribute 'ge...

  • Hojjat Baghbanさんが投稿を作成しました:

    Decision variable type (floating point)

    I am using Gurobi to solve my linear problem. my decision variable is a matrix where each element is between 0 and 1. I used  continous variable type (i.e., var_type='C). But I wonder why the float...