cplex-sys 0.5.0

Low level bindings to the Cplex C-API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[build-dependencies.regex]
version = "^1.0"
[dependencies.libc]
version = "^0.2"

[package]
authors = ["Frank Fischer <frank-fischer@shadow-soft.de>"]
build = "build.rs"
categories = ["api-bindings"]
description = "Low level bindings to the Cplex C-API"
documentation = "http://www.mathematik.uni-kassel.de/~fifr/doc/cplex_sys"
homepage = "http://www.mathematik.uni-kassel.de/~fifr/fossils/rs-cplex-sys"
keywords = ["algorithm", "optimization"]
license = "MIT"
name = "cplex-sys"
repository = "http://www.mathematik.uni-kassel.de/~fifr/fossils/rs-cplex-sys"
version = "0.5.0"