Quanmeng Wang

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

アクティビティの概要

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

    Thanks very much, I solved the problem by re-activating the license.   I did not know that the activation of gurobi should be done for each different user of a school PC.       

  • Quanmeng Wangさんがコメントを作成しました:

    Hi, actually I did not even declare a GRBModel. Below is the screenshot      It is simple, so I suspect it should be the problem of configuration of Gurobi.

  • Quanmeng Wangさんが投稿を作成しました:

    configure gurobi for c++ visual studio

    回答済み

    Hi,   I followed the instruction on https://support.gurobi.com/hc/en-us/articles/360013194392-How-do-I-configure-a-new-Gurobi-C-project-with-Microsoft-Visual-Studio-2017- to configure gurobi for a ...

  • Quanmeng Wangさんがコメントを作成しました:

    Thanks a lot! Now on some small instances my code works.   Just one quick question.. When the following code is excuted, model = new GRBModel(env); Every time the system allocate some new location ...

  • Quanmeng Wangさんが投稿を作成しました:

    gurobi enviroment,model and C++ header file issue

    Hi all, I meet a issue about GRBModel in a C++ header file. Let me use TSP to illustrate my problem. I am writing a TSP model in main.cpp file. And a cutting plane struct in CutGeneration.h header ...