Zhao Ma

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

Activity overview

Latest activity by Zhao Ma
  • Zhao Ma commented,

    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 created a post,

    How to get the Console output in C#

    Answered

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