Katherine Atwater
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Katherine Atwaterさんの最近のアクティビティ-
Katherine Atwaterさんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
Issue with Adding Constraints for Binary Variables
回答済みHi 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...