Justin Millar

  • Gurobi-versary
  • First Question
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Posts

Recent activity by Justin Millar Recent activity Votes
  • Export solution in R as .sol file?

    Answered

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