Tianyu Mao
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
Activity overview
Latest activity by Tianyu Mao-
Tianyu Mao commented,
Thank you for your reply! I found your explanation very helpful.
-
Tianyu Mao created a post,
Why is the solution for binary variables 0.999999?
AnsweredHello In my program, I have set a set of binary decision variables, with code Zeta = md.addVars(V, vtype=GRB.BINARY, name='Zeta[i]') During the process of adjusting the constraints, I found that...