Crates.io | cplex-sys |
lib.rs | cplex-sys |
version | 0.9.1 |
source | src |
created_at | 2017-08-01 12:26:21.852155 |
updated_at | 2023-10-06 11:10:31.724289 |
description | Low level bindings to the Cplex C-API |
homepage | https://chiselapp.com/user/fifr/repository/cplex-sys |
repository | https://chiselapp.com/user/fifr/repository/cplex-sys |
max_upload_size | |
id | 25975 |
size | 78,708 |
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.
Frank Fischer frank-fischer@shadow-soft.de
Licensed under MIT.
Add the following line to your Cargo.toml
.
[dependencies]
cplex-sys = "^0.9"
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
The API reference documentation.
The following versions of Cplex and and cplex-sys
are known to work.
cplex-sys
0.3 and Cplex 12.7cplex-sys
0.4 and Cplex 12.8cplex-sys
0.5 and Cplex 12.8cplex-sys
0.6 and Cplex 12.9, 12.10cplex-sys
0.7 and Cplex 12.10cplex-sys
0.8 and Cplex 12.10, 20.1.0cplex-sys
0.9 and Cplex 20.1.0