Lili Cai
- 合計アクティビティ 3
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Lili Caiさんの最近のアクティビティ-
Lili Caiさんがコメントを作成しました:
Nevermind, someone offline solved the problem The correct format should be: G = np.concatenate((-prices, prices, np.eye(N_products),-1.*np.eye(N_products)),axis=0)h = np.concatenate((np.asarray([-...
-
Lili Caiさんが投稿を作成しました:
Issue with constraints returning "infeasible or unbounded"
回答済みCould someone help? The premise is I have a grocery cart of 5 items, and I want to add at least another item to the grocery cart (making it >= 6 items total). Each item has nutrition information o...