Justin Millar

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

アクティビティの概要

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

    Export solution in R as .sol file?

    回答済み

    Is there a way to export the solution as a .sol file in R using the `gurobi` R package? The gurobi_write() function returns a error:```m <- gurobi_read("test.mps")result <- gurobi(m)gurobi_write(re...