Nieuws

I am trying to restrict a problem with a constraint that allows only one of two variables to be positive as following: import cvxpy as cp Variables x = cp.Variable() y = cp.Variable() Constraints c ...