Ben King
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Ben King-
Adding a constraint with min_ and MVars in Python
AnsweredI am looking to implement a constraint such as the following: x = m.addMVar((100, 1), vtype=gp.GRB.CONTINUOUS) y = m.addMVar((100, 1), vtype=gp.GRB.CONTINUOUS) params = np.ones(y.shape) m.addConstr...