Swapnil Brahmankar

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

Comments

Recent activity by Swapnil Brahmankar Recent activity Votes
  • Thank you Matthias! let me try that, if you don't mind can you please point me to an example that has that construct? Thanks

  • I was able to add the constraint as following: hcfn = m.addConstrs((x.prod(highballoanamt,'*', s) <= 0.10 * x.prod(loanamt,'*', s) for s in spechbname if (str.isnumeric(s) == False and s.find('FN')...

  • Thank you Gwyneth!   I am new to Gurobi and based on all the examples I have gone through so far, my main struggle on the issue here is my ability to formulate that constraint. I have tried somethi...

  • please ignore I was able to figure this out, thanks

  • Are there any examples of constructing the model using the pandas dataframe? I am new to Gurobi and looking for something to shorten my learning curve, thanks