Ke Chen

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

アクティビティの概要

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

    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さんが投稿を作成しました:

    Empty error message with GRBgeterrormsg

    回答済み

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