| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix sign bug in solvers | Nao Pross | 2024-06-16 | 2 | -12/+9 |
* | Improve error message and comments | Nao Pross | 2024-06-16 | 1 | -1/+5 |
* | Temporarily disable half_newton_polytope | Nao Pross | 2024-06-08 | 1 | -4/+4 |
* | Fix row-wise interpretation of NonNegative, improve error messages | Nao Pross | 2024-06-08 | 2 | -52/+56 |
* | Fix bug when canon are composed | Nao Pross | 2024-06-08 | 1 | -61/+28 |
* | Update from_name to match poly.from_name and improve set __str__ | Nao Pross | 2024-06-08 | 2 | -9/+5 |
* | Add support for z and l cones to SCS | Nao Pross | 2024-06-07 | 3 | -14/+26 |
* | Fix bug in LogDet canon | Nao Pross | 2024-06-07 | 1 | -1/+1 |
* | Fix bug in elimination of constraints that disappear | Nao Pross | 2024-06-07 | 1 | -6/+12 |
* | Add ExpCone support in solver.scs | Nao Pross | 2024-06-07 | 1 | -3/+5 |
* | Add __str__ method to InternalSOSProblem for debugging | Nao Pross | 2024-06-07 | 1 | -0/+11 |
* | Improve __str__ methods of constraints | Nao Pross | 2024-06-07 | 1 | -2/+10 |
* | Fix typos / bugs | Nao Pross | 2024-06-07 | 2 | -2/+2 |
* | Delete class OptVariableExprMixin made obsolete by new Symbol in polymatrix | Nao Pross | 2024-06-06 | 2 | -76/+16 |
* | Implement semidefinite constraints in SCS | Nao Pross | 2024-06-05 | 1 | -12/+22 |
* | Improve logging in to_conic_problem() | Nao Pross | 2024-06-05 | 1 | -4/+9 |
* | Fix bugs in PutinarPSatz, better names (variables -> symbols) | Nao Pross | 2024-06-05 | 2 | -44/+92 |
* | Remove concatenation of constraints in SOSProblem.apply | Nao Pross | 2024-06-05 | 1 | -18/+29 |
* | Fix construction of PutinarPSatz multipliers | Nao Pross | 2024-06-05 | 2 | -8/+8 |
* | Fix bugs in .canon | Nao Pross | 2024-06-05 | 2 | -10/+10 |
* | 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 |