afsaneh mastouri

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

アクティビティの概要

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

    Thank you Eli for your prompt response.  How would you suggest that i implement the abs constraint at matrix setting?  Does it mean that I should use AddVar instead of AddMVar? Thank you, 

  • afsaneh mastouriさんが投稿を作成しました:

    absolute value constraint on vectorised variable setting

    回答済み

    Hi,  I am using AddMVar to define a matrix/vectorised setting for a quadratic optimisation problem (linear objective with quadratic and linear constraint). for one of the constraint I need to acces...

  • afsaneh mastouriさんが投稿を作成しました:

    Matrix interface for QCP in Python

    回答済み

    I want to use gurobi from python solving a QCQP, and the obj/quadratic constraints are in matrix form (ideally, Id like to pass the constraint matrices rather than line by line constraints)Is there...