error of calling cplex.dll from C# (4.0) .NET VS 2013 on win 7 -


i trying call cplex (a mathimatical optimizer) .net vs 2013 on win 7.

i have installed optimization.framework.

i have added

   using optimization.solver.cplex;   

in code.

i try run example at:

http://www-01.ibm.com/support/docview.wss?uid=swg21400073&aid=1 

i commented out

//using ilog.concert; //using ilog.cplex; 

it can built. but, got error:

  unable load dll 'cplex100.dll': specified module not found. (exception hresult: 0x8007007e) 

i change dll cplex.dll same error. in

  using optimization.solver 

when typed ctrl+space , can see includes many solvers, including cplex.

why got error.

thanks

if want use cplex, need install it. dlls need related cplex version install, cplex100.dll cplex 10.0, cplex124.dll cplex 12.4, , on. commercial licenced product, academics can free/cheap copies.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -