ASC_GP = Beta('ASC_GP', 0, None, None, 1) # Estimated
ASC_ML = Beta('ASC_ML', 0, None, None, 0) # Fixed to 0
beta_TTS = Beta('beta_TTS', 0, None, None, 0)
beta_Price = Beta('beta_Price', 0, None, None, 0)
V = {
1: ASC_ML + beta_TTS* (TTS) + beta_Price * Price_ML, # ML
0: ASC_GP # GP (no cost, no time savings)
}
av = {0: 1, 1: 1}