docs.rs failed to build cplex-sys-0.8.0
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.
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.
cplex-sys
Introduction
cplex-sys is a crate for the Rust programming language
providing low-level access to the ILOG CPLEX optimization
suite.
The API bindings are automatically generated from the C header files on your system.
Author
Frank Fischer frank-fischer@shadow-soft.de
License
Licensed under MIT.
Build
Add the following line to your Cargo.toml.
[dependencies]
cplex-sys = "^0.8"
The build script required the environment variable CPLEX_HOME to be
set to the path of your Cplex installation, e.g.
export CPLEX_HOME=/path/to/CPLEX_Studio201/cplex
Documentation
The API reference documentation.
Remarks
The following versions of Cplex and and cplex-sys are known to work.
cplex-sys0.3 and Cplex 12.7cplex-sys0.4 and Cplex 12.8cplex-sys0.5 and Cplex 12.8cplex-sys0.6 and Cplex 12.9, 12.10cplex-sys0.7 and Cplex 12.10cplex-sys0.8 and Cplex 12.10, 20.1.0