Jiwook Sung

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

Posts

Recent activity by Jiwook Sung Recent activity Votes
  • my code doesnt work well

    Answered

    I want to solve this problem below ( which is BCC model ) This is the code that I wrote def solve_DEA(target, verbose=True):        df_main = pd.read_csv('./df_31_1_outlier_drops_with_SAS.csv')   ...

  • trying to make input_oriented VRS(BCC) model on python

    Awaiting user input

    i'm new to use gurobi   Code   def solve_DEA(target, verbose=True):   df_main = pd.read_csv('./df_31_1_Main.csv')   inattr = df_main.columns[1:7] outattr = df_main.columns[7:] dmus = [k for k in...