Hojjat Baghban

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

投稿

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

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