Ivana Rajkovic
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
Posts
Recent activity by Ivana Rajkovic-
Avoid unnecessary constraints
AnsweredHi. Among others, I have the following variables/fixed values: z = m.addMVar((n, n), name="z")x = np.random.rand(n)products=m.addMVar((n,n)) and would like to have some constraints (I am simplifyin...