Jonathan Baker
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Jonathan Baker-
Jonathan Baker commented,
Ah, thanks so much! I had tried "list(c)" but I guess tolist() does something fancier. My actual application is more complicated that this example, and I need to specify the relaxable constraints. ...
-
Jonathan Baker created a post,
MVars and MConstrs in feasRelax
AnsweredUsing the Python API, I would like to use feasRelax on a model using MVars and MConstrs. Following the examples I've seen for Vars and Constrs, here's the type of thing I've been trying. import gur...