README.md
setup.py
sageopt/__init__.py
sageopt.egg-info/PKG-INFO
sageopt.egg-info/SOURCES.txt
sageopt.egg-info/dependency_links.txt
sageopt.egg-info/requires.txt
sageopt.egg-info/top_level.txt
sageopt/coniclifts/__init__.py
sageopt/coniclifts/base.py
sageopt/coniclifts/compilers.py
sageopt/coniclifts/cones.py
sageopt/coniclifts/reformulators.py
sageopt/coniclifts/utilities.py
sageopt/coniclifts/constraints/__init__.py
sageopt/coniclifts/constraints/constraint.py
sageopt/coniclifts/constraints/elementwise.py
sageopt/coniclifts/constraints/set_membership/__init__.py
sageopt/coniclifts/constraints/set_membership/product_cone.py
sageopt/coniclifts/constraints/set_membership/psd_cone.py
sageopt/coniclifts/constraints/set_membership/sage_cones.py
sageopt/coniclifts/constraints/set_membership/setmem.py
sageopt/coniclifts/operators/__init__.py
sageopt/coniclifts/operators/abs.py
sageopt/coniclifts/operators/affine.py
sageopt/coniclifts/operators/exp.py
sageopt/coniclifts/operators/norms.py
sageopt/coniclifts/operators/pos.py
sageopt/coniclifts/operators/relent.py
sageopt/coniclifts/operators/precompiled/__init__.py
sageopt/coniclifts/operators/precompiled/affine.py
sageopt/coniclifts/operators/precompiled/relent.py
sageopt/coniclifts/problems/__init__.py
sageopt/coniclifts/problems/problem.py
sageopt/coniclifts/problems/solvers/__init__.py
sageopt/coniclifts/problems/solvers/ecos.py
sageopt/coniclifts/problems/solvers/mosek.py
sageopt/coniclifts/problems/solvers/solver.py
sageopt/coniclifts/standards/__init__.py
sageopt/coniclifts/standards/constants.py
sageopt/interop/__init__.py
sageopt/interop/cvxpy.py
sageopt/interop/gpkit.py
sageopt/interop/scipy.py
sageopt/relaxations/__init__.py
sageopt/relaxations/constraint_generators.py
sageopt/relaxations/poly_solution_recovery.py
sageopt/relaxations/sage_polys.py
sageopt/relaxations/sage_sigs.py
sageopt/relaxations/sig_solution_recovery.py
sageopt/relaxations/symbolic_correspondences.py
sageopt/symbolic/__init__.py
sageopt/symbolic/polynomials.py
sageopt/symbolic/signomials.py
sageopt/symbolic/utilities.py
sageopt/tests/__init__.py
sageopt/tests/test_coniclifts/__init__.py
sageopt/tests/test_coniclifts/test_affine_operators.py
sageopt/tests/test_coniclifts/test_base.py
sageopt/tests/test_coniclifts/test_compilers.py
sageopt/tests/test_coniclifts/test_constraints.py
sageopt/tests/test_coniclifts/test_nonlinear_operators.py
sageopt/tests/test_coniclifts/test_reformulators.py
sageopt/tests/test_coniclifts/test_utilities.py
sageopt/tests/test_coniclifts/test_system/__init__.py
sageopt/tests/test_coniclifts/test_system/test_mixed_integer.py
sageopt/tests/test_coniclifts/test_system/test_pickling.py
sageopt/tests/test_coniclifts/test_system/test_toys_1.py
sageopt/tests/test_interop/__init__.py
sageopt/tests/test_interop/test_gpkit.py
sageopt/tests/test_relaxations/__init__.py
sageopt/tests/test_relaxations/test_sage_polynomials.py
sageopt/tests/test_relaxations/test_sage_signomials.py
sageopt/tests/test_relaxations/test_solution_recovery_helpers.py
sageopt/tests/test_symbolic/__init__.py
sageopt/tests/test_symbolic/test_polynomials.py
sageopt/tests/test_symbolic/test_signomials.py