Open Fe-r-oz opened 2 months ago
Following insightful discussion with Eric, I am opening this issue to monitor progress.
As Eric notes, "See the JuMP extension where LP is used for classical LDPC codes for an example on using the solver."
To start with, Check out the LP_decoder_LDPC: src/LDPC/decoders.jl
LP_decoder_LDPC
COPT.jl: It includes high-performance solvers for LP, MIP, SOCP, convex QP/QCP and SDP.
Also, https://github.com/jinwen-yang/cuPDLP.jl
Also, https://github.com/google-research/FirstOrderLp.jl
Following insightful discussion with Eric, I am opening this issue to monitor progress.
As Eric notes, "See the JuMP extension where LP is used for classical LDPC codes for an example on using the solver."
To start with, Check out the
LP_decoder_LDPC
: src/LDPC/decoders.jl