Taylor Petty

  • Gurobi-versary
  • First Question
  • First Comment
  • Total activity 8
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 1

Activity overview

Latest activity by Taylor Petty
  • Taylor Petty commented,

    That was it! Thank you so much!

  • Taylor Petty commented,

    I was unable to deduce anything meaninful from the m.computeIIS() output. However, I have realized that I'm only able to find a solution if an exact solution exists. The example below doesn't work....

  • Taylor Petty commented,

    Thank you so much for this! "addGenConstrNorm" was a great addition, too. If I let p vary in the problem, but leave everything else the same, it amounts to adding three lines: p = m.addVars(K,vtype...

  • Taylor Petty created a post,

    MVar errors in Python

    Answered

    I have a fixed p and q and I want to minimize the sum of squared errors between A^T @ p and q with some restrictions. I.e., min_A (L2_norm(A^T p - q)), subject to A only having entries in {0,1,2} (...