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
Hi,
I'm trying to solve a problem but I get the 1016 error. I can't understand why, since I'm within the limits (250 variables, 3 constraints, and 0 parameters).
What am doing wrong? Thanks
CVXPY v1.4.1
===============================================================================
(CVXPY) Apr 26 11:46:11 AM: Your problem has 250 variables, 3 constraints, and 0 parameters.
(CVXPY) Apr 26 11:46:11 AM: It is compliant with the following grammars: DCP, DQCP
(CVXPY) Apr 26 11:46:11 AM: (If you need to solve this problem multiple times, but with different data, consider using parameters.)
(CVXPY) Apr 26 11:46:11 AM: CVXPY will first compile your problem; then, it will invoke a numerical solver to obtain a solution.
(CVXPY) Apr 26 11:46:11 AM: Your problem is compiled with the CPP canonicalization backend.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to solve a problem but I get the 1016 error. I can't understand why, since I'm within the limits (250 variables, 3 constraints, and 0 parameters).
What am doing wrong? Thanks
The text was updated successfully, but these errors were encountered: