ipopt-src 0.2.3+3.14.16

Redistribution of Coin-OR Ipopt as a crate
1
2
3
4
5
6
7
8
9
10
#![doc = include_str!("../README.md")]
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]

// Ensure the libraries are linked in, despite it not being used directly
#[cfg(feature = "intel-mkl")]
extern crate intel_mkl_src;
#[cfg(feature = "mumps")]
extern crate mumps_src;