Katherine Atwater
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Katherine Atwater-
Katherine Atwater commented,
I have figured out my issue, I needed to include "rushee_party_list[x] == z" in my constraint that limits rushees to exactly 1 event.
-
Katherine Atwater commented,
I have included a screenshot example of my data below to clarify. i = 1, 2, 3, ..., 1610 j = 1, 2, 3, ..., 100 k is in range(1 - 23), randomly assigned to each i value
-
Katherine Atwater commented,
Hi, I have tried both of your suggestions, but both return that the model in infeasible. I have included my model down below for clarification. import pandas as pdnum_parties = 23# Import PNM data,...
-
Katherine Atwater created a post,
Issue with Adding Constraints for Binary Variables
AnsweredHi all! I am working on a model in Python that uses binary variables with indices i, j, and k. "i" represents rushees, "j" represents active members, and "k" represents events. Rushees "i" are prea...