semidefinite-programming
There are 68 repositories under semidefinite-programming topic.
jump-dev/JuMP.jl
Modeling language for Mathematical Optimization (linear, mixed-integer, conic, semidefinite, nonlinear)
cvxgrp/scs
Splitting Conic Solver
oxfordcontrol/Clarabel.rs
Clarabel.rs: Interior-point solver for convex conic optimisation problems in Rust.
david-m-rosen/SE-Sync
An implementation of the SE-Sync algorithm for synchronization over the special Euclidean group.
oxfordcontrol/COSMO.jl
COSMO: Accelerated ADMM-based solver for convex conic optimisation problems (LP, QP, SOCP, SDP, ExpCP, PowCP). Automatic chordal decomposition of sparse semidefinite programs.
oxfordcontrol/Clarabel.jl
Clarabel.jl: Interior-point solver for convex conic optimisation problems in Julia.
JuliaNonconvex/Nonconvex.jl
Toolbox for gradient-based and derivative-free non-convex constrained optimization with continuous and/or discrete variables.
MIT-SPARK/CertifiablyRobustPerception
Certifiable Outlier-Robust Geometric Perception
baptistar/BOCS
Bayesian Optimization of Combinatorial Structures
mariohsouto/ProxSDP.jl
Semidefinite programming optimization solver
PerformanceEstimation/PEPit
PEPit is a package enabling computer-assisted worst-case analyses of first-order optimization methods.
MIT-SPARK/STRIDE
Solver for Large-Scale Rank-One Semidefinite Relaxations
arobey1/LipSDP
LipSDP - Lipschitz Estimation for Neural Networks
PerformanceEstimation/Performance-Estimation-Toolbox
Code of the Performance Estimation Toolbox (PESTO) whose aim is to ease the access to the PEP methodology for performing worst-case analyses of first-order methods in convex and nonconvex optimization. The numerical worst-case analyses from PEP can be performed just by writting the algorithms just as you would implement them.
oxfordcontrol/Clarabel.cpp
Clarabel.cpp: C/C++ interface to the Clarabel Interior-point solver for convex conic optimisation problems.
WU-CVGL/GlobalPointer
[ECCV 2024] GlobalPointer: Large-Scale Plane Adjustment with Bi-Convex Relaxation
harshangrjn/LaplacianOpt.jl
A Julia/JuMP Package for Maximizing Algebraic Connectivity of Undirected Weighted Graphs
MagedMohamedTurk/Turbomachinery-Rotors-Balancing
Python Tools to Practically Model and Solve the Problem of High Speed Rotor Balancing.
oxfordcontrol/ClarabelDocs
Documentation for the Clarabel interior point conic solver
PavelTrutman/polyopt
Polynomial optimization problem solver. Uses relaxation to convert the problem into Semidefinite programming. Can be also used just as Semidefinite programming solver.
jupiters1117/mico
MICO: Mutual Information and Conic Optimization for feature selection
FHoltorf/MarkovBounds.jl
A Julia package for the computation of hard, theoretically guaranteed bounds on the moments of jump-diffusion processes with polynomial data
FishboneChiang/SDPJSolver.jl
A parallelized, arbitrary precision semidefinite program solver based on the primal-dual interior-point method.
mghasemi/Irene
Irene is a python package that aims to be a toolkit for global optimization problems that can be realized algebraically. It generalizes Lasserre's Relaxation method to handle theoretically any optimization problem with bounded feasibility set. The method is based on solutions of generalized truncated moment problems over commutative real algebras.
jump-dev/SDPA.jl
A Julia interface to the SDPA semidefinite programming solver
sdpa-python/sdpa-python
SemiDefinite Programming Algorithm (SDPA) for Python
aeroimperial-optimization/mpYALMIP
An open-source interface to use the multiple-precision solver SDPA-GMP with YALMIP
aeroimperial-optimization/QUINOPT
An open-source add-on for YALMIP to solve optimisation problems with polynomial quadratic integral inequality constraints.
validsdp/validsdp
A Coq tactic for proving multivariate inequalities using SDP solvers
antoniosudoso/sos-sdp
SOS-SDP: An Exact Solver for Minimum Sum-of-Squares Clustering
xiaohan2012/signed-local-community
[WebConf 2020] Searching for polarization in signed graphs: a local spectral approach
rigetti/representability
Representability is a library to work with linearly constrained mathematical programs over tensors.
nmltd/numerical-methods-java
Numerical Methods Using Java: For Data Science, Analysis, and Engineering https://www.amazon.com/Numerical-Methods-Using-Java-Engineering/dp/1484267966
mikkelpm/stderr_calibration_matlab
Standard errors for moment matching estimators given limited knowledge about the moment variance-covariance matrix
ylochman/anisotropic-ra
Certifiably Optimal Anisotropic Rotation Averaging (2025)
atraplet/clarabel4j
Clarabel Solver for Java