ZY L
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by ZY L-
ZY L created a post,
Bilinear Interpolation Help
Awaiting user input# Interpolation variablesu = model.addVar(lb=min(water_head_values), ub=max(water_head_values), name="water_head")v = model.addVar(lb=min(flow_values), ub=max(flow_values), name="flow")power_output...