Tianyu Mao
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
Posts
Recent activity by Tianyu Mao-
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...