Yasaman Khodadadegan

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

アクティビティの概要

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

    Thanks for your response! I tried the following, import gurobipy as gpmodel = gp.read("C\\gurobi810\\win64\\examples\\data\\afiro.mps")   I get the following error, ------------------------------...

  • Yasaman Khodadadeganさんがコメントを作成しました:

    I can read the same file in Gurobi Interactive Shell and optimize it. I just don't know why I can't read it in VS code using python. thanks!

  • Yasaman Khodadadeganさんが投稿を作成しました:

    Error with reading lp/mps model in python

    回答済み

    Hi, I have the following codes that do not work. I want to read a model file that is in .lp or .mps format.  import gurobipy as gpmodel = read("C:\\gurobi810\\win64\\examples\\data\\afiro.mps") I ...