convex-optimization
Вопросы и ответы
Вопрос или проблема У меня есть три переменные m = cp.Variable(1, pos=True) n = cp.Variable(1, pos=True) soc = cp.Variable(T, pos=True) t_step = 0.3333 ch_eff = 0.99 E_bt = m * 100 и я добавляю ограничения constraints = [] constraints += [soc<