标签: python-2.7 cvxpy
假设我的 cvx.constraints 是:
[EqConstraint(Expression(AFFINE, UNKNOWN, (1, 1)), Constant(CONSTANT, NEGATIVE, (1, 1))), LeqConstraint(Constant(CONSTANT, ZERO, (1, 1)), Expression(AFFINE, UNKNOWN, (7, 1)))]
是否有可能将它们重新转换为人类可读的格式? TIA。