oxfordcontrol / Clarabel.rs

Clarabel.rs: Interior-point solver for convex conic optimisation problems in Rust.
Apache License 2.0
335 stars 30 forks source link

crates.io tags #37

Closed EdorianDark closed 1 year ago

EdorianDark commented 1 year ago

Currently these labels are defined in the cargo.toml: keywords = ["convex", "optimization", "QP", "SOCP", "SDP"]

There is only one package with the tags SDP and QP. The Tag SDP seems to be used mostly for a "Session Description Protocol".

I would propose to replace one of these labels with linear programming. The packages using it are mostly mathematical optimization packages: https://crates.io/search?q=linear%20programming This would it make easier to find this amaizing package.

goulart-paul commented 1 year ago

Now in develop branch. Will appear in next minor release.