Md Raqibul Hasan PRINCE
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Md Raqibul Hasan PRINCE-
Md Raqibul Hasan PRINCE commented,
Thank you!
-
Md Raqibul Hasan PRINCE created a post,
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