Yunxue Lu
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Yunxue Lu-
how can I get the value of auxiliary variables?
AnsweredHere is my code: m.addConstr( c <= (weights @ input).squeeze().tolist(),'c0') where the weights and input are numpy.array() with shape of (1,10) and (10,1). several elements of input array involves...