summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in LogDet canonmainNao Pross2024-06-171-21/+24
|
* Fix bug in row-wise interpretation of non-negative constraintsNao Pross2024-06-171-4/+5
|
* Fix vec and mat functions in SCSNao Pross2024-06-162-23/+14
|
* Fix sign bug in solversNao Pross2024-06-162-12/+9
|
* Improve error message and commentsNao Pross2024-06-161-1/+5
|
* Temporarily disable half_newton_polytopeNao Pross2024-06-081-4/+4
|
* Fix row-wise interpretation of NonNegative, improve error messagesNao Pross2024-06-082-52/+56
|
* Fix bug when canon are composedNao Pross2024-06-081-61/+28
|
* Update from_name to match poly.from_name and improve set __str__Nao Pross2024-06-082-9/+5
|
* Add support for z and l cones to SCSNao Pross2024-06-073-14/+26
|
* Fix bug in LogDet canonNao Pross2024-06-071-1/+1
|
* Fix bug in elimination of constraints that disappearNao Pross2024-06-071-6/+12
|
* Add ExpCone support in solver.scsNao Pross2024-06-071-3/+5
|
* Add __str__ method to InternalSOSProblem for debuggingNao Pross2024-06-071-0/+11
|
* Improve __str__ methods of constraintsNao Pross2024-06-071-2/+10
|
* Fix typos / bugsNao Pross2024-06-072-2/+2
|
* Delete class OptVariableExprMixin made obsolete by new Symbol in polymatrixNao Pross2024-06-062-76/+16
|
* Implement semidefinite constraints in SCSNao Pross2024-06-051-12/+22
|
* Improve logging in to_conic_problem()Nao Pross2024-06-051-4/+9
|
* Fix bugs in PutinarPSatz, better names (variables -> symbols)Nao Pross2024-06-052-44/+92
|
* Remove concatenation of constraints in SOSProblem.applyNao Pross2024-06-051-18/+29
|
* Fix construction of PutinarPSatz multipliersNao Pross2024-06-052-8/+8
|
* Fix bugs in .canonNao Pross2024-06-052-10/+10
|
* Remove state field from ConicProblemNao Pross2024-06-053-23/+19
|
* Make make_problem add PSatz automatically if necessaryNao Pross2024-06-041-5/+11
|
* Update variables to use symbols, see polymatrix dependencyNao Pross2024-06-046-62/+69
| | | | commit 5c5268d2adfa3dfb6fb1426ac3d59d08c9e36d2b
* Use sufficient set of candidates with Half Newton PolytopeNao Pross2024-06-021-1/+4
|
* Cleanup commentsNao Pross2024-06-021-4/+8
|
* Allow passing state object to sos.solve_problemNao Pross2024-06-021-4/+2
|
* Optimize size of SDP by taking variables from expressions instead of stateNao Pross2024-06-021-5/+10
| | | | As discussed during meeting nr. 12
* Fix PSatz canon multiplier degreesNao Pross2024-06-021-7/+9
|
* Add numpy and sympy as dependenciesNao Pross2024-05-291-0/+2
|
* Add port of SOSTOOLS sosdemo2Nao Pross2024-05-281-0/+43
|
* Fix incorrect concatenation of constraints SOSProblem.applyNao Pross2024-05-281-22/+42
| | | | There is still something off, but this is a start, need to debug more
* Update (empty) MOSEK and SCS interfacesNao Pross2024-05-282-7/+157
|
* Implement ExponentialCone in SOSProblem.apply, clean up commentsNao Pross2024-05-272-22/+40
|
* Add comments and docstringNao Pross2024-05-271-3/+12
|
* Fix bug in SOSProblem.apply concerning polynomial equality constraintsNao Pross2024-05-271-3/+20
|
* Fix bugs in solver.cvxoptNao Pross2024-05-271-5/+16
|
* Clean up solve_problem, do not use PSatz by defaultNao Pross2024-05-271-14/+13
|
* Fix bug when LP has no cost functionNao Pross2024-05-272-1/+10
|
* Temporary fix of ConicResult.value_of(v) for v that have shapes that are ↵Nao Pross2024-05-271-2/+11
| | | | expression
* Create aliases maximize and minimize for make_problemNao Pross2024-05-271-0/+10
|
* Make Canonicalization a sublass of ProblemNao Pross2024-05-271-3/+22
|
* Fix type annotationNao Pross2024-05-271-1/+1
|
* Clean up canonicalization classesNao Pross2024-05-271-59/+80
|
* Change structure of ConicProblem to allow interface to other solversNao Pross2024-05-275-139/+244
|
* Add SCS dependency to pyproject.toml, limit Python version to 3.13 for MOSEKNao Pross2024-05-262-289/+1858
|
* Delete unused imports and minor changesNao Pross2024-05-256-16/+13
|
* Function name changed in polymatrix dependencyNao Pross2024-05-251-4/+2
|