ipopt-ad 0.1.0

Blackbox NLP solver using IPOPT and automatic differentiation
Documentation
[dependencies.ipopt]
version = "0.6"

[dependencies.nalgebra]
version = "0.33"

[dependencies.num-dual]
version = "0.11"

[dev-dependencies.approx]
version = "0.5"

[lib]
name = "ipopt_ad"
path = "src/lib.rs"

[package]
authors = ["Philipp Rehner <prehner@ethz.ch>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science"]
description = "Blackbox NLP solver using IPOPT and automatic differentiation"
edition = "2021"
keywords = ["optimization"]
license = "MIT OR Apache-2.0"
name = "ipopt-ad"
readme = "README.md"
repository = "https://github.com/prehner/ipopt-ad"
version = "0.1.0"