chi hsuan lin
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by chi hsuan lin-
chi hsuan lin commented,
I've changed the parameter successfully! Thanks for your help! Best, Lin
-
chi hsuan lin created a post,
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=...