Skip to main content

Save decision variables values and names in .csv using C#?

Answered

Comments

2 comments

  • Official comment
    Simranjit Kaur
    • Gurobi Staff
    This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?.
  • Jaromił Najman
    • Gurobi Staff

    Hi Marija,

    You can use the GRBModel.Get() method to get a string array of names for all variables at once. You can find an example of this in the callback_cs.cs example at line 172. Once you have the variable names array, you can then write the names into whatever file format you want.

    Best regards,
    Jaromił

    0

Post is closed for comments.