You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@xpuoxfordprint(prob.is_dcp()) returns False, because it is not DCP.
It is DMCP, so print(is_dmcp(prob)) returns True.
To call the DMCP method, please run prob.solve(method='bcd').
The following can be recognized by dmcp.
Thanks; but this returns an error stating 'Problem does not follow DCP rules' in prob.solve().
also:print(prob.is_dcp()) return False.
Originally posted by @xinyueshen in #14 (comment)
The text was updated successfully, but these errors were encountered: