chi hsuan lin
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by chi hsuan lin-
Is there an upper bound for the variable in 'addGenConstrPow()' ?
AnsweredHi, I am trying to add a general constraint into my model. However, it seems like there's an upper bound for the variable in 'addGenConstrPow()'. Here is an example: x = m.addVar(ub=5,lb=0,vtype=...