ecos-rs 0.1.0

Bindings to the ECOS convex second-order cone program solver
Documentation
1
2
3
4
5
6
7
8
9
10
11
ecos-rs
======
Rust bindings for the [ECOS](https://github.com/embotech/ecos) convex second-order cone program solver.

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

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