numopt 0.1.0

Optimization problem abstractions, solver interfaces, and more.
Documentation
[package]
name = "numopt"
version = "0.1.0"
authors = ["Tomas Tinoco De Rubira <ttinoco5687@gmail.com>"]
edition = "2018"
license = "BSD-2-Clause"
description = "Optimization problem abstractions, solver interfaces, and more."

[features]
ipopt = []

[dependencies]
num-traits = "0.2.11"
tempfile = "3.1.0"
simple-error = "0.2.1"
approx = "0.3.2"
libc = "0.2.68"
ndarray = "0.13.0"
serial_test = "0.4.0"