Zhao Ma

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

アクティビティの概要

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

    Thanks.  For c#, I also found this:  https://support.gurobi.com/hc/en-us/articles/8292004602001-How-do-I-use-Gurobi-logging-with-Microsoft-Extensions-Logging- which does not need a `LogFile`.  

  • Zhao Maさんが投稿を作成しました:

    How to get the Console output in C#

    回答済み

    I'm programming in C#. If just using Console App, I can see quite some output in the console provided by `model.Optimize()`.   When embedding the optimization process into a GUI environment, it see...