ipopt-ad 0.3.0

Blackbox NLP solver using IPOPT and automatic differentiation
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[features]
default = []

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

[dependencies.ipopt]
version = "0.6"
optional = true

[dependencies.nalgebra]
version = "0.35"

[dependencies.num]
version = "0.4"

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

[dependencies.ripopt]
version = "0.8"
optional = true

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