ZY L

  • Gurobi-versary
  • First Question
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Posts

Recent activity by ZY L Recent activity Votes
  • 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...