amplrs 0.1.1

Safe Rust API for AMPL optimization modeling system
docs.rs failed to build amplrs-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

amplrs

AMPL Rust API.

Requirements

This crate requires a local installation of AMPL.

Set environment variables:

export AMPL_INCLUDE=/path/to/ampl/include
export AMPL_LIB=/path/to/ampl/lib
export LD_LIBRARY_PATH=/path/to/ampl/lib