Lili Cai
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Lili Cai-
Lili Cai commented,
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 created a post,
Issue with constraints returning "infeasible or unbounded"
AnsweredCould 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...