| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove state field from ConicProblem | Nao Pross | 2024-06-05 | 3 | -23/+19 |
* | Make make_problem add PSatz automatically if necessary | Nao Pross | 2024-06-04 | 1 | -5/+11 |
* | Update variables to use symbols, see polymatrix dependency | Nao Pross | 2024-06-04 | 6 | -62/+69 |
* | Use sufficient set of candidates with Half Newton Polytope | Nao Pross | 2024-06-02 | 1 | -1/+4 |
* | Cleanup comments | Nao Pross | 2024-06-02 | 1 | -4/+8 |
* | Allow passing state object to sos.solve_problem | Nao Pross | 2024-06-02 | 1 | -4/+2 |
* | Optimize size of SDP by taking variables from expressions instead of state | Nao Pross | 2024-06-02 | 1 | -5/+10 |
* | Fix PSatz canon multiplier degrees | Nao Pross | 2024-06-02 | 1 | -7/+9 |
* | Add numpy and sympy as dependencies | Nao Pross | 2024-05-29 | 1 | -0/+2 |
* | Add port of SOSTOOLS sosdemo2 | Nao Pross | 2024-05-28 | 1 | -0/+43 |
* | Fix incorrect concatenation of constraints SOSProblem.apply | Nao Pross | 2024-05-28 | 1 | -22/+42 |
* | Update (empty) MOSEK and SCS interfaces | Nao Pross | 2024-05-28 | 2 | -7/+157 |
* | Implement ExponentialCone in SOSProblem.apply, clean up comments | Nao Pross | 2024-05-27 | 2 | -22/+40 |
* | Add comments and docstring | Nao Pross | 2024-05-27 | 1 | -3/+12 |
* | Fix bug in SOSProblem.apply concerning polynomial equality constraints | Nao Pross | 2024-05-27 | 1 | -3/+20 |
* | Fix bugs in solver.cvxopt | Nao Pross | 2024-05-27 | 1 | -5/+16 |
* | Clean up solve_problem, do not use PSatz by default | Nao Pross | 2024-05-27 | 1 | -14/+13 |
* | Fix bug when LP has no cost function | Nao Pross | 2024-05-27 | 2 | -1/+10 |
* | Temporary fix of ConicResult.value_of(v) for v that have shapes that are expr... | Nao Pross | 2024-05-27 | 1 | -2/+11 |
* | Create aliases maximize and minimize for make_problem | Nao Pross | 2024-05-27 | 1 | -0/+10 |
* | Make Canonicalization a sublass of Problem | Nao Pross | 2024-05-27 | 1 | -3/+22 |
* | Fix type annotation | Nao Pross | 2024-05-27 | 1 | -1/+1 |
* | Clean up canonicalization classes | Nao Pross | 2024-05-27 | 1 | -59/+80 |
* | Change structure of ConicProblem to allow interface to other solvers | Nao Pross | 2024-05-27 | 5 | -139/+244 |
* | Add SCS dependency to pyproject.toml, limit Python version to 3.13 for MOSEK | Nao Pross | 2024-05-26 | 2 | -289/+1858 |
* | Delete unused imports and minor changes | Nao Pross | 2024-05-25 | 6 | -16/+13 |
* | Function name changed in polymatrix dependency | Nao Pross | 2024-05-25 | 1 | -4/+2 |
* | Add comments | Nao Pross | 2024-05-25 | 2 | -0/+17 |
* | Delete obsolete expression extension module | Nao Pross | 2024-05-25 | 1 | -137/+0 |
* | Sketch (non-working) LogDet canonicalization | Nao Pross | 2024-05-25 | 1 | -8/+73 |
* | Major structure change to allow more general transformation of problems | Nao Pross | 2024-05-25 | 7 | -402/+592 |
* | Allow shape of OptVariableExpr to be an Expression | Nao Pross | 2024-05-24 | 2 | -13/+49 |
* | Update class diagram in __init__ | Nao Pross | 2024-05-24 | 1 | -35/+58 |
* | Fix bug in CVXOPT interface | Nao Pross | 2024-05-18 | 1 | -2/+2 |
* | Fix imports after change in polymatrix dependency | Nao Pross | 2024-05-12 | 4 | -5/+5 |
* | Replace marimo with Jupyter notebooks | Nao Pross | 2024-05-12 | 1 | -1/+1 |
* | Fix imports after change in polymatrix dependency | Nao Pross | 2024-05-12 | 5 | -5/+5 |
* | Add TODO | Nao Pross | 2024-05-11 | 1 | -0/+1 |
* | Whitespace | Nao Pross | 2024-05-11 | 2 | -1/+2 |
* | Implement PositiveSemiDefinite constraint for CVXOPT | Nao Pross | 2024-05-11 | 1 | -1/+23 |
* | Create SolverError exception | Nao Pross | 2024-05-11 | 2 | -11/+15 |
* | Bugfix in CVXOpt interface when problem is QP | Nao Pross | 2024-05-11 | 1 | -1/+1 |
* | Fix bug in putinar_psatz | Nao Pross | 2024-05-11 | 1 | -0/+1 |
* | Prepare stub for SCS solver interface | Nao Pross | 2024-05-11 | 1 | -0/+34 |
* | Separate out Putinar positivstellensatz as function | Nao Pross | 2024-05-10 | 3 | -64/+109 |
* | Fix error in construction of multipliers for Positivstellensatz | Nao Pross | 2024-05-10 | 2 | -8/+20 |
* | Fix bug caused by non-scalar variables | Nao Pross | 2024-05-10 | 1 | -15/+21 |
* | Prepare stub for MOSEK solver interface | Nao Pross | 2024-05-10 | 4 | -4/+77 |
* | Move cvxopt module into submodule for solvers | Nao Pross | 2024-05-10 | 3 | -4/+7 |
* | Prepare structure for logdet canon | Nao Pross | 2024-05-10 | 3 | -45/+135 |