tjs
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
Posts
Recent activity by tjs-
Creating complex constraint with Python API
AnsweredI'm attempting to create a constraint using the Gurobi Python API and having an issue. Here is a knapsack example problem that illustrates the issue: Objective: Maximize dollars of chosen shapes ...
-
Creating constraints that reference other decision variables
AnsweredHello, I'm new to Gurobi and I have a question about constructing constraints that reference things between decision variables. Here is a knapsack-type example where 4 shapes are being chosen and I...