afsaneh mastouri

  • Gurobi-versary
  • First Question
  • First Comment
  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Activity overview

Latest activity by afsaneh mastouri
  • afsaneh mastouri commented,

    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 created a post,

    absolute value constraint on vectorised variable setting

    Answered

    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 created a post,

    Matrix interface for QCP in Python

    Answered

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