Muhammad Ridwan Reza Nugraha

  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by Muhammad Ridwan Reza Nugraha
  • Muhammad Ridwan Reza Nugraha created a post,

    sum of array constraints

    Answered

    Hi   I have several array, let say a1=np.array([1,0,0,0,0]) a2=np.array([0,1,0,0,0]) a3=np.array([0,0,1,0,0]) a4=np.array([0,0,0,0,1])   i have x a binary decision variable (x1,x2,x3,x4) I want to ...