Ke Chen

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

Activity overview

Latest activity by Ke Chen
  • Ke Chen commented,

    Thank you Matthias, your comment made me realize my funny mistake. In the examples, the model and environment are freed after the if(error) block. I must have thought "it's better to clean everythi...

  • Ke Chen created a post,

    Empty error message with GRBgeterrormsg

    Answered

    I'm using the GUROBI 9.1.2 C API on Ubuntu 18.04 with gcc 7.5.0. Following the example, the following lines are supposed to print an error message (when error happens): if (error) {    printf("ERRO...