2024年10月15日
摘要: import matplotlib.pyplot as plt import numpy as np import cvxpy as cp x=cp.Variable(6,pos=True) obj=cp.Minimize(x[5]) a1=np.array([0.025, 0.015, 0.055 阅读全文
posted @ 2024-10-15 13:35 VVV1 阅读(16) 评论(0) 推荐(0)