LICENSE
README.md
pyproject.toml
notebooks/README_pypi.md
triples/__init__.py
triples.egg-info/PKG-INFO
triples.egg-info/SOURCES.txt
triples.egg-info/dependency_links.txt
triples.egg-info/requires.txt
triples.egg-info/top_level.txt
triples/benchmarks/__init__.py
triples/benchmarks/run_benchmark.py
triples/benchmarks/problems/__init__.py
triples/benchmarks/problems/problem_set.py
triples/benchmarks/problems/books/__init__.py
triples/benchmarks/problems/books/nice_and_hard567.py
triples/benchmarks/problems/books/vasile.py
triples/benchmarks/problems/contests/__init__.py
triples/benchmarks/problems/contests/chn.py
triples/benchmarks/problems/contests/imo.py
triples/core/__init__.py
triples/core/complexity.py
triples/core/dispatch.py
triples/core/node.py
triples/core/problem.py
triples/core/shared.py
triples/core/solution.py
triples/core/sum_of_squares.py
triples/core/linsos/__init__.py
triples/core/linsos/basis.py
triples/core/linsos/correction.py
triples/core/linsos/lift.py
triples/core/linsos/linsos.py
triples/core/linsos/solution.py
triples/core/linsos/tangents.py
triples/core/linsos/updegree.py
triples/core/linsos/models/linearsossolver_length_model.npz
triples/core/linsos/models/linearsossolver_prob_model.npz
triples/core/linsos/models/linearsossolver_time_model.npz
triples/core/linsos/tests/__init__.py
triples/core/linsos/tests/test_linsos.py
triples/core/pivoting/__init__.py
triples/core/pivoting/pivoting.py
triples/core/pivoting/quadratic.py
triples/core/pivoting/tests/__init__.py
triples/core/pivoting/tests/test_pivoting.py
triples/core/preprocess/__init__.py
triples/core/preprocess/algebraic.py
triples/core/preprocess/elimination.py
triples/core/preprocess/features.py
triples/core/preprocess/modeling.py
triples/core/preprocess/polynomial.py
triples/core/preprocess/reparam.py
triples/core/preprocess/signs.py
triples/core/preprocess/tests/__init__.py
triples/core/preprocess/tests/test_elimination.py
triples/core/preprocess/tests/test_signs.py
triples/core/sdpsos/__init__.py
triples/core/sdpsos/abstract.py
triples/core/sdpsos/manifold.py
triples/core/sdpsos/sdpsos.py
triples/core/sdpsos/sohs.py
triples/core/sdpsos/solution.py
triples/core/sdpsos/sos.py
triples/core/sdpsos/sos_moment.py
triples/core/sdpsos/algebra/__init__.py
triples/core/sdpsos/algebra/basis.py
triples/core/sdpsos/algebra/moment_algebra.py
triples/core/sdpsos/algebra/nc_poly_ring.py
triples/core/sdpsos/algebra/poly_ring.py
triples/core/sdpsos/algebra/pseudo_poly.py
triples/core/sdpsos/algebra/state_algebra.py
triples/core/sdpsos/models/sdpsossolver_length_model.npz
triples/core/sdpsos/models/sdpsossolver_prob_model.npz
triples/core/sdpsos/models/sdpsossolver_time_model.npz
triples/core/sdpsos/tests/__init__.py
triples/core/sdpsos/tests/test_sos_obj.py
triples/core/structsos/__init__.py
triples/core/structsos/solution.py
triples/core/structsos/sparse.py
triples/core/structsos/structsos.py
triples/core/structsos/univariate.py
triples/core/structsos/utils.py
triples/core/structsos/constrained/__init__.py
triples/core/structsos/constrained/acute.py
triples/core/structsos/constrained/linear.py
triples/core/structsos/constrained/solver.py
triples/core/structsos/constrained/tests/__init__.py
triples/core/structsos/constrained/tests/test_constrained.py
triples/core/structsos/nvars/__init__.py
triples/core/structsos/nvars/linear.py
triples/core/structsos/nvars/quadratic.py
triples/core/structsos/nvars/quartic.py
triples/core/structsos/nvars/solver.py
triples/core/structsos/nvars/tests/__init__.py
triples/core/structsos/nvars/tests/test_nvars.py
triples/core/structsos/pivoting/__init__.py
triples/core/structsos/pivoting/bivariate.py
triples/core/structsos/quaternary/__init__.py
triples/core/structsos/quaternary/cubic.py
triples/core/structsos/quaternary/dense_symmetric.py
triples/core/structsos/quaternary/quartic.py
triples/core/structsos/quaternary/quartic_symmetric.py
triples/core/structsos/quaternary/quintic.py
triples/core/structsos/quaternary/solver.py
triples/core/structsos/quaternary/utils.py
triples/core/structsos/quaternary/tests/__init__.py
triples/core/structsos/quaternary/tests/test_quaternary.py
triples/core/structsos/ternary/__init__.py
triples/core/structsos/ternary/acyclic.py
triples/core/structsos/ternary/cubic.py
triples/core/structsos/ternary/dense_symmetric.py
triples/core/structsos/ternary/nonic.py
triples/core/structsos/ternary/octic.py
triples/core/structsos/ternary/octic_symmetric.py
triples/core/structsos/ternary/quadratic.py
triples/core/structsos/ternary/quartic.py
triples/core/structsos/ternary/quintic.py
triples/core/structsos/ternary/quintic_symmetric.py
triples/core/structsos/ternary/septic.py
triples/core/structsos/ternary/septic_symmetric.py
triples/core/structsos/ternary/sextic.py
triples/core/structsos/ternary/sextic_symmetric.py
triples/core/structsos/ternary/solver.py
triples/core/structsos/ternary/sparse.py
triples/core/structsos/ternary/utils.py
triples/core/structsos/ternary/tests/__init__.py
triples/core/structsos/ternary/tests/test_ternary.py
triples/core/structsos/tests/__init__.py
triples/core/structsos/tests/test_univariate.py
triples/core/symsos/__init__.py
triples/core/symsos/basic.py
triples/core/symsos/representation.py
triples/core/symsos/symmetric.py
triples/core/symsos/symsos.py
triples/core/symsos/tests/__init__.py
triples/core/symsos/tests/test_symsos.py
triples/core/tests/__init__.py
triples/core/tests/test_dispatch.py
triples/core/tests/test_problem.py
triples/gui/__init__.py
triples/gui/grid.py
triples/gui/linebreak.py
triples/gui/sos_manager.py
triples/gui/visualize.py
triples/sdp/__init__.py
triples/sdp/abstract.py
triples/sdp/dual.py
triples/sdp/ipm.py
triples/sdp/primal.py
triples/sdp/rationalize.py
triples/sdp/utils.py
triples/sdp/arithmetic/__init__.py
triples/sdp/arithmetic/eigens.py
triples/sdp/arithmetic/linsolve.py
triples/sdp/arithmetic/lll.py
triples/sdp/arithmetic/matmul.py
triples/sdp/arithmetic/matop.py
triples/sdp/arithmetic/tests/__init__.py
triples/sdp/arithmetic/tests/test_eigens.py
triples/sdp/arithmetic/tests/test_linsolve.py
triples/sdp/arithmetic/tests/test_matmul.py
triples/sdp/arithmetic/tests/test_matop.py
triples/sdp/backends/__init__.py
triples/sdp/backends/backend.py
triples/sdp/backends/caller.py
triples/sdp/backends/clarabel_sdp.py
triples/sdp/backends/cvxopt_sdp.py
triples/sdp/backends/cvxpy_sdp.py
triples/sdp/backends/mosek_sdp.py
triples/sdp/backends/picos_sdp.py
triples/sdp/backends/qics_sdp.py
triples/sdp/backends/sdpap_sdp.py
triples/sdp/backends/settings.py
triples/sdp/backends/tests/__init__.py
triples/sdp/backends/tests/test_backends.py
triples/sdp/tests/__init__.py
triples/sdp/tests/test_dual.py
triples/sdp/tests/test_primal.py
triples/sdp/transforms/__init__.py
triples/sdp/transforms/diagonalize.py
triples/sdp/transforms/linear.py
triples/sdp/transforms/parametric.py
triples/sdp/transforms/polytope.py
triples/sdp/transforms/transform.py
triples/sdp/transforms/transformable.py
triples/sdp/transforms/tests/__init__.py
triples/sdp/transforms/tests/test_diagonalize.py
triples/sdp/transforms/tests/test_linear.py
triples/sdp/transforms/tests/test_polytope.py
triples/sdp/wedderburn/__init__.py
triples/sdp/wedderburn/character_table.py
triples/sdp/wedderburn/decomposition.py
triples/sdp/wedderburn/dixon.py
triples/sdp/wedderburn/symmetric.py
triples/sdp/wedderburn/tests/__init__.py
triples/sdp/wedderburn/tests/test_dixon.py
triples/sdp/wedderburn/tests/test_symmetric.py
triples/testing/__init__.py
triples/testing/doctest_parser.py
triples/testing/fix_code_quality.py
triples/testing/tests/__init__.py
triples/testing/tests/test_dependency.py
triples/utils/__init__.py
triples/utils/monomials.py
triples/utils/normalforms.py
triples/utils/polytools.py
triples/utils/pqr.py
triples/utils/text_process.py
triples/utils/tree_predictor.py
triples/utils/expressions/__init__.py
triples/utils/expressions/coeff.py
triples/utils/expressions/cyclic.py
triples/utils/expressions/exraw.py
triples/utils/expressions/psatz.py
triples/utils/expressions/soscone.py
triples/utils/expressions/tests/__init__.py
triples/utils/expressions/tests/test_coeff.py
triples/utils/expressions/tests/test_cyclic.py
triples/utils/roots/__init__.py
triples/utils/roots/extrema.py
triples/utils/roots/monotonic_opt.py
triples/utils/roots/num_extrema.py
triples/utils/roots/polysolve.py
triples/utils/roots/rationalize.py
triples/utils/roots/root_list.py
triples/utils/roots/roots.py
triples/utils/roots/tests/__init__.py
triples/utils/roots/tests/test_extrema.py
triples/utils/roots/tests/test_num_extrema.py
triples/utils/roots/tests/test_polysolve.py
triples/utils/roots/tests/test_roots.py
triples/utils/tests/__init__.py
triples/utils/tests/test_polytools.py
triples/utils/tests/test_text_process.py