optimization_engine 0.3.1

A pure Rust framework for embedded nonconvex optimization. Ideal for robotics!
Documentation
1
2
3
4
5
6
7
8
set -euxo pipefail

main() {
    cargo check --target $TARGET
    cargo test --target $TARGET
}

main