scs-rs 0.1.0

Bindings to the SCS convex optimization solver
Documentation
1
2
3
4
5
6
7
8
9
10
11
scs-rs
======
Rust bindings for the [SCS](https://github.com/cvxgrp/scs) convex cone solver.

Requirements
------------
Make sure to add `libscsdir.a` or `libscsdir.so` to your linker path.

Examples
--------
See the examples folder for usage.