cplex-sys

Crates.iocplex-sys
lib.rscplex-sys
version0.9.1
sourcesrc
created_at2017-08-01 12:26:21.852155
updated_at2023-10-06 11:10:31.724289
descriptionLow level bindings to the Cplex C-API
homepagehttps://chiselapp.com/user/fifr/repository/cplex-sys
repositoryhttps://chiselapp.com/user/fifr/repository/cplex-sys
max_upload_size
id25975
size78,708
Frank Fischer (f-fr)

documentation

http://fifr.spdns.de/doc/cplex_sys

README

cplex-sys

cplex-sys crate

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.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

Documentation

The API reference documentation.

Remarks

The following versions of Cplex and and cplex-sys are known to work.

  • cplex-sys 0.3 and Cplex 12.7
  • cplex-sys 0.4 and Cplex 12.8
  • cplex-sys 0.5 and Cplex 12.8
  • cplex-sys 0.6 and Cplex 12.9, 12.10
  • cplex-sys 0.7 and Cplex 12.10
  • cplex-sys 0.8 and Cplex 12.10, 20.1.0
  • cplex-sys 0.9 and Cplex 20.1.0
Commit count: 0

cargo fmt