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.
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.