rust-or / good_lp

Linear Programming for Rust, with a user-friendly API. This crate allows modeling LP problems, and lets you solve them with various solvers.
https://crates.io/crates/good_lp
MIT License
216 stars 35 forks source link

Add support for Clarabel.rs #27

Closed goulart-paul closed 3 months ago

goulart-paul commented 1 year ago

Polite request to add support for our native Rust solver here: https://github.com/oxfordcontrol/Clarabel.rs

I'm happy to help with doing so. Is there some documentation that you could point to for implementing new solver backends?

lovasoa commented 9 months ago

Hello and sorry for the very late reply ! I'd be happy to help you add support for clarabel in good_lp !

What you need to do:

Don't hesitate to open a draft PR as soon as you start and to ask for help there, I'll be glad to help !

lovasoa commented 9 months ago

I created a CONTRIBUTING.md for this repo, please let me know what to add / improve to make it easier for you.