ampl-sys 0.1.0

Low-level Rust FFI bindings to the AMPL C API
1
2
3
4
5
6
7
8
9
10
11
12
13
# ampl-sys

Low-level Rust bindings to the AMPL C API.

## Requirements

This crate requires a local installation of AMPL.

Set environment variables:

```bash
export AMPL_INCLUDE=/path/to/ampl/include
export AMPL_LIB=/path/to/ampl/lib