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

Posts

Recent activity by Swapnil Brahmankar Recent activity Votes
  • Adding Constraints

    Answered

      Trying to add the following constraint, but keep getting TypeError: addConstrs() takes at least 2 positional arguments (1 given) error. x = Decision variable, Binary variable, tupledict(loan, spe...

  • Adding Constraints

    Answered

    Hi, Please see the code below, I am trying to add additional constraint where I do not want the amount allocated by constraint 'h' to be > 10% of the amount allocated by constraint "r". I have trie...

  • Multidict

    Is there an example to create Multidict using python dataframe? Thanks I am looking for something like Key: tuple (dataframe columns LoanId, SpecName) and Value: Proceeds any help is appreciated!