Matthew Chamberlain
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Matthew Chamberlain-
Gurobi Effect of Abs/Max
AnsweredHello,I am working on a project with some max/absolute value constraints using gurobipy. One option is to use the gurobi formulations in the background (e.g. my_var == gp.abs_(other_var)). Likewise...
-
FeasRelax Model Relationships
AnsweredIn short, my request would be to have FeasRelax associate the new variables and constraints through attributes with the constraints/variables from which they are derived.The reason this would be he...