Md Raqibul Hasan PRINCE
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Md Raqibul Hasan PRINCE-
How to combine decision variables?
Answeredx = m.addMVar(shape = 3, vtype=GRB.BINARY)y = m.addMVar(shape = 4, vtype=GRB.INTEGER)Is there any way to combine these two decision variables in one and make it shape = 7?TIA