cplex_dynamic 0.1.0

Binding of IBM Cplex dynamic/shared library, modified based on `rplex`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
### cplex_dynamic

Binding of IBM Cplex dynamic/shared library, modified based on `rplex`.

### steps to use

1. install cplex on your computer. 
2. copy `..somepath\IBM\ILOG\CPLEX_Studio_XXXX\cplex\bin\x64_win64\cplexXXXX.dll` file (or `.so` in linux os) into your crate root folder (or its subfolder).

### check example

```
cargo run --example qcp
```