Yacine Merrad

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

Activity overview

Latest activity by Yacine Merrad
  • Yacine Merrad created a post,

    Gurobi giving wrong results (not optimal solution)

    Awaiting user input

    here is my code for electricity biding strategy: from gurobipy import *# Define your functionsdef f(x):    return x / P_batt_max  # Adjust P_batt_max as neededdef f_inv(x):    return x * P_batt_ma...