MANIFEST.in
README.md
setup.cfg
setup.py
cvxpy/__init__.py
cvxpy/error.py
cvxpy/settings.py
cvxpy.egg-info/PKG-INFO
cvxpy.egg-info/SOURCES.txt
cvxpy.egg-info/dependency_links.txt
cvxpy.egg-info/not-zip-safe
cvxpy.egg-info/requires.txt
cvxpy.egg-info/top_level.txt
cvxpy/atoms/__init__.py
cvxpy/atoms/atom.py
cvxpy/atoms/axis_atom.py
cvxpy/atoms/cummax.py
cvxpy/atoms/geo_mean.py
cvxpy/atoms/harmonic_mean.py
cvxpy/atoms/lambda_max.py
cvxpy/atoms/lambda_min.py
cvxpy/atoms/lambda_sum_largest.py
cvxpy/atoms/lambda_sum_smallest.py
cvxpy/atoms/log_det.py
cvxpy/atoms/log_sum_exp.py
cvxpy/atoms/matrix_frac.py
cvxpy/atoms/max.py
cvxpy/atoms/min.py
cvxpy/atoms/mixed_norm.py
cvxpy/atoms/norm.py
cvxpy/atoms/norm1.py
cvxpy/atoms/norm_inf.py
cvxpy/atoms/norm_nuc.py
cvxpy/atoms/pnorm.py
cvxpy/atoms/quad_form.py
cvxpy/atoms/quad_over_lin.py
cvxpy/atoms/sigma_max.py
cvxpy/atoms/sum_largest.py
cvxpy/atoms/sum_smallest.py
cvxpy/atoms/sum_squares.py
cvxpy/atoms/total_variation.py
cvxpy/atoms/affine/__init__.py
cvxpy/atoms/affine/add_expr.py
cvxpy/atoms/affine/affine_atom.py
cvxpy/atoms/affine/binary_operators.py
cvxpy/atoms/affine/bmat.py
cvxpy/atoms/affine/conj.py
cvxpy/atoms/affine/conv.py
cvxpy/atoms/affine/cumsum.py
cvxpy/atoms/affine/diag.py
cvxpy/atoms/affine/diff.py
cvxpy/atoms/affine/hstack.py
cvxpy/atoms/affine/imag.py
cvxpy/atoms/affine/index.py
cvxpy/atoms/affine/kron.py
cvxpy/atoms/affine/promote.py
cvxpy/atoms/affine/real.py
cvxpy/atoms/affine/reshape.py
cvxpy/atoms/affine/sum.py
cvxpy/atoms/affine/trace.py
cvxpy/atoms/affine/transpose.py
cvxpy/atoms/affine/unary_operators.py
cvxpy/atoms/affine/upper_tri.py
cvxpy/atoms/affine/vec.py
cvxpy/atoms/affine/vstack.py
cvxpy/atoms/elementwise/__init__.py
cvxpy/atoms/elementwise/abs.py
cvxpy/atoms/elementwise/elementwise.py
cvxpy/atoms/elementwise/entr.py
cvxpy/atoms/elementwise/exp.py
cvxpy/atoms/elementwise/huber.py
cvxpy/atoms/elementwise/inv_pos.py
cvxpy/atoms/elementwise/kl_div.py
cvxpy/atoms/elementwise/log.py
cvxpy/atoms/elementwise/log1p.py
cvxpy/atoms/elementwise/logistic.py
cvxpy/atoms/elementwise/maximum.py
cvxpy/atoms/elementwise/minimum.py
cvxpy/atoms/elementwise/neg.py
cvxpy/atoms/elementwise/pos.py
cvxpy/atoms/elementwise/power.py
cvxpy/atoms/elementwise/scalene.py
cvxpy/atoms/elementwise/sqrt.py
cvxpy/atoms/elementwise/square.py
cvxpy/constraints/__init__.py
cvxpy/constraints/constraint.py
cvxpy/constraints/exponential.py
cvxpy/constraints/nonlinear.py
cvxpy/constraints/nonpos.py
cvxpy/constraints/psd.py
cvxpy/constraints/second_order.py
cvxpy/constraints/soc_axis.py
cvxpy/constraints/utilities.py
cvxpy/constraints/zero.py
cvxpy/cvxcore/__init__.py
cvxpy/cvxcore/python/__init__.py
cvxpy/cvxcore/python/canonInterface.py
cvxpy/cvxcore/python/cvxcore.py
cvxpy/cvxcore/python/cvxcore_wrap.cpp
cvxpy/cvxcore/src/.keep
cvxpy/cvxcore/src/LinOp.hpp
cvxpy/cvxcore/src/LinOpOperations.cpp
cvxpy/cvxcore/src/LinOpOperations.hpp
cvxpy/cvxcore/src/ProblemData.hpp
cvxpy/cvxcore/src/Utils.cpp
cvxpy/cvxcore/src/Utils.hpp
cvxpy/cvxcore/src/cvxcore.cpp
cvxpy/cvxcore/src/cvxcore.hpp
cvxpy/expressions/__init__.py
cvxpy/expressions/cvxtypes.py
cvxpy/expressions/expression.py
cvxpy/expressions/leaf.py
cvxpy/expressions/variable.py
cvxpy/expressions/constants/__init__.py
cvxpy/expressions/constants/callback_param.py
cvxpy/expressions/constants/constant.py
cvxpy/expressions/constants/parameter.py
cvxpy/interface/__init__.py
cvxpy/interface/base_matrix_interface.py
cvxpy/interface/matrix_utilities.py
cvxpy/interface/scipy_wrapper.py
cvxpy/interface/numpy_interface/__init__.py
cvxpy/interface/numpy_interface/matrix_interface.py
cvxpy/interface/numpy_interface/ndarray_interface.py
cvxpy/interface/numpy_interface/sparse_matrix_interface.py
cvxpy/lin_ops/__init__.py
cvxpy/lin_ops/lin_constraints.py
cvxpy/lin_ops/lin_op.py
cvxpy/lin_ops/lin_utils.py
cvxpy/lin_ops/tree_mat.py
cvxpy/problems/__init__.py
cvxpy/problems/iterative.py
cvxpy/problems/kktsolver.py
cvxpy/problems/objective.py
cvxpy/problems/problem.py
cvxpy/problems/xpress_problem.py
cvxpy/problems/problem_data/__init__.py
cvxpy/problems/problem_data/compr_matrix.py
cvxpy/problems/problem_data/matrix_data.py
cvxpy/problems/problem_data/problem_data.py
cvxpy/problems/problem_data/sym_data.py
cvxpy/problems/solvers/__init__.py
cvxpy/problems/solvers/cbc_intf.py
cvxpy/problems/solvers/cvxopt_intf.py
cvxpy/problems/solvers/ecos_intf.py
cvxpy/problems/solvers/glpk_intf.py
cvxpy/problems/solvers/glpk_mi_intf.py
cvxpy/problems/solvers/gurobi_intf.py
cvxpy/problems/solvers/solver.py
cvxpy/problems/solvers/xpress_intf.py
cvxpy/reductions/__init__.py
cvxpy/reductions/canonicalization.py
cvxpy/reductions/chain.py
cvxpy/reductions/cvx_attr2constr.py
cvxpy/reductions/eval_params.py
cvxpy/reductions/flip_objective.py
cvxpy/reductions/inverse_data.py
cvxpy/reductions/matrix_stuffing.py
cvxpy/reductions/reduction.py
cvxpy/reductions/solution.py
cvxpy/reductions/utilities.py
cvxpy/reductions/complex2real/__init__.py
cvxpy/reductions/complex2real/complex2real.py
cvxpy/reductions/complex2real/atom_canonicalizers/__init__.py
cvxpy/reductions/complex2real/atom_canonicalizers/abs_canon.py
cvxpy/reductions/complex2real/atom_canonicalizers/aff_canon.py
cvxpy/reductions/complex2real/atom_canonicalizers/constant_canon.py
cvxpy/reductions/complex2real/atom_canonicalizers/matrix_canon.py
cvxpy/reductions/complex2real/atom_canonicalizers/pnorm_canon.py
cvxpy/reductions/complex2real/atom_canonicalizers/variable_canon.py
cvxpy/reductions/complex2real/atom_canonicalizers/zero_canon.py
cvxpy/reductions/dcp2cone/__init__.py
cvxpy/reductions/dcp2cone/cone_matrix_stuffing.py
cvxpy/reductions/dcp2cone/dcp2cone.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/__init__.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/cumsum_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/entr_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/exp_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/geo_mean_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/huber_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/indicator_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/kl_div_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/lambda_max_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/lambda_sum_largest_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/log1p_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/log_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/log_det_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/log_sum_exp_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/logistic_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/matrix_frac_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/normNuc_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/pnorm_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/power_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/quad_form_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/quad_over_lin_canon.py
cvxpy/reductions/dcp2cone/atom_canonicalizers/sigma_max_canon.py
cvxpy/reductions/eliminate_pwl/__init__.py
cvxpy/reductions/eliminate_pwl/eliminate_pwl.py
cvxpy/reductions/eliminate_pwl/atom_canonicalizers/__init__.py
cvxpy/reductions/eliminate_pwl/atom_canonicalizers/abs_canon.py
cvxpy/reductions/eliminate_pwl/atom_canonicalizers/max_canon.py
cvxpy/reductions/eliminate_pwl/atom_canonicalizers/maximum_canon.py
cvxpy/reductions/eliminate_pwl/atom_canonicalizers/norm1_canon.py
cvxpy/reductions/eliminate_pwl/atom_canonicalizers/norm_inf_canon.py
cvxpy/reductions/eliminate_pwl/atom_canonicalizers/sum_largest_canon.py
cvxpy/reductions/qp2quad_form/__init__.py
cvxpy/reductions/qp2quad_form/qp2symbolic_qp.py
cvxpy/reductions/qp2quad_form/qp_matrix_stuffing.py
cvxpy/reductions/qp2quad_form/atom_canonicalizers/__init__.py
cvxpy/reductions/qp2quad_form/atom_canonicalizers/power_canon.py
cvxpy/reductions/qp2quad_form/atom_canonicalizers/quad_form_canon.py
cvxpy/reductions/qp2quad_form/atom_canonicalizers/quad_over_lin_canon.py
cvxpy/reductions/solvers/__init__.py
cvxpy/reductions/solvers/constant_solver.py
cvxpy/reductions/solvers/defines.py
cvxpy/reductions/solvers/solver.py
cvxpy/reductions/solvers/solving_chain.py
cvxpy/reductions/solvers/utilities.py
cvxpy/reductions/solvers/conic_solvers/__init__.py
cvxpy/reductions/solvers/conic_solvers/cbc_conif.py
cvxpy/reductions/solvers/conic_solvers/conic_solver.py
cvxpy/reductions/solvers/conic_solvers/cvxopt_conif.py
cvxpy/reductions/solvers/conic_solvers/ecos_bb_conif.py
cvxpy/reductions/solvers/conic_solvers/ecos_conif.py
cvxpy/reductions/solvers/conic_solvers/elemental_conif.py
cvxpy/reductions/solvers/conic_solvers/glpk_conif.py
cvxpy/reductions/solvers/conic_solvers/glpk_mi_conif.py
cvxpy/reductions/solvers/conic_solvers/gurobi_conif.py
cvxpy/reductions/solvers/conic_solvers/julia_opt_conif.py
cvxpy/reductions/solvers/conic_solvers/ls_conif.py
cvxpy/reductions/solvers/conic_solvers/mosek_conif.py
cvxpy/reductions/solvers/conic_solvers/scs_conif.py
cvxpy/reductions/solvers/conic_solvers/xpress_conif.py
cvxpy/reductions/solvers/lp_solvers/__init__.py
cvxpy/reductions/solvers/lp_solvers/cbc_lpif.py
cvxpy/reductions/solvers/qp_solvers/__init__.py
cvxpy/reductions/solvers/qp_solvers/cplex_qpif.py
cvxpy/reductions/solvers/qp_solvers/gurobi_qpif.py
cvxpy/reductions/solvers/qp_solvers/osqp_qpif.py
cvxpy/reductions/solvers/qp_solvers/qp_solver.py
cvxpy/tests/__init__.py
cvxpy/tests/base_test.py
cvxpy/tests/test_atoms.py
cvxpy/tests/test_cbc.py
cvxpy/tests/test_complex.py
cvxpy/tests/test_constant_atoms.py
cvxpy/tests/test_constraints.py
cvxpy/tests/test_convolution.py
cvxpy/tests/test_curvature.py
cvxpy/tests/test_domain.py
cvxpy/tests/test_elemental.py
cvxpy/tests/test_examples.py
cvxpy/tests/test_expressions.py
cvxpy/tests/test_grad.py
cvxpy/tests/test_interfaces.py
cvxpy/tests/test_julia_opt.py
cvxpy/tests/test_lin_ops.py
cvxpy/tests/test_linear_cone.py
cvxpy/tests/test_matrices.py
cvxpy/tests/test_mip_vars.py
cvxpy/tests/test_monotonicity.py
cvxpy/tests/test_mosek_conif.py
cvxpy/tests/test_non_optimal.py
cvxpy/tests/test_nonlinear_atoms.py
cvxpy/tests/test_objectives.py
cvxpy/tests/test_problem.py
cvxpy/tests/test_qp.py
cvxpy/tests/test_quad_form.py
cvxpy/tests/test_quadratic.py
cvxpy/tests/test_scs.py
cvxpy/tests/test_semidefinite_vars.py
cvxpy/tests/test_shape.py
cvxpy/tests/test_sign.py
cvxpy/tests/test_solvers.py
cvxpy/transforms/__init__.py
cvxpy/transforms/indicator.py
cvxpy/transforms/linearize.py
cvxpy/transforms/partial_optimize.py
cvxpy/transforms/scalarize.py
cvxpy/transforms/separable_problems.py
cvxpy/utilities/__init__.py
cvxpy/utilities/canonical.py
cvxpy/utilities/coeff_extractor.py
cvxpy/utilities/cvxpy_upgrade.py
cvxpy/utilities/grad.py
cvxpy/utilities/key_utils.py
cvxpy/utilities/performance_utils.py
cvxpy/utilities/power_tools.py
cvxpy/utilities/replace_quad_forms.py
cvxpy/utilities/shape.py
cvxpy/utilities/sign.py