CVXPY is a package that enables convex optimization, but the community version of CPLEX only supports 1000 variables and constraints (https://www.cvxpy.org/api_reference/cvxpy.problems.html#id3).
I need to optimize a portfolio larger than 1000, but I can't seem to find information on how to on here: https://www.cvxpy.org/install/
Thanks!