amplrs 0.1.4

Safe Rust API for AMPL optimization modeling system
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# amplrs

AMPL Rust 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
export LD_LIBRARY_PATH=/path/to/ampl/lib