How to link a JuMP model and a general algorithm together?

If your problem is an LP, then you can use: Models · JuMP

See also Connecting a simple first-order solver to solve standard form linear program to JuMP

and GitHub - Shuvomoy/SimplePDHG.jl: Implements vanilla PDHG algorithm

1 Like