メインコンテンツへスキップ

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

回答済み

コメント

2件のコメント

  • 正式なコメント
    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

投稿コメントは受け付けていません。