Hasan Manzour

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

アクティビティの概要

Hasan Manzourさんの最近のアクティビティ
  • Hasan Manzourさんが投稿を作成しました:

    Gurobi crashes in the cbcut

    Hi Gurobi community, I'm using Python Gurobi interface on linux. I'm using a callback function to add a set of valid inequalities. My callback looks like this: def mycallback(m, where):      if whe...

  • Hasan Manzourさんが投稿を作成しました:

    Can Gurobi solve rotated conic with a binary variable

    回答済み

    Dear Gurobi users, I have a constraint in the following form: x*x <= y *z, where z is binary, y>=0, and x is free. Can Gurobi handle this constraint?  Thanks.