Wei Tang

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

アクティビティの概要

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

    I think this can be broken down into individual questions, one for each sum of f_i. Which makes it easy to solve. 

  • Wei Tangさんが投稿を作成しました:

    Help with converting variables from divisor

    回答済み

    There was a similar post on this question, and I know that Gurobi can't solve for models with variables as the divisor. But I want to seek help in converting my problem to something that Gurobi can...

  • Wei Tangさんがコメントを作成しました:

    And how should I set it? It is not one of the model attributes where I can just do model.setAttr

  • Wei Tangさんが投稿を作成しました:

    How to set objective upper bound?

    回答済み

    Is there a way to manually set an objective upper bound for a minimization MIP model?

  • Wei Tangさんが投稿を作成しました:

    Enforce a solution to see which constraints broke?

    回答済み

    I currently have a model that 'should' always return a feasible solution, albeit it may be a bad one with high objective value (the task is to minimize the objective). For debugging purposes, is th...

  • Wei Tangさんが投稿を作成しました:

    Disable logging

    I wanted to disable logging altogether by setting OutputFlag = 0. However, it is still writing a log file every time I run the solver, albeit with much less information than having OutputFlag=1. Ho...

  • Wei Tangさんが投稿を作成しました:

    General Constraint vs Linear Constraint

    回答済み

    Hi, I came up with two different ways to model a constraint for my problem. One requires Linear Constraints type, the other requires General Constraints type. Is there performance suggestion on whi...