All Questions
2 questions
1
vote
1
answer
810
views
Error in java.library.path when calling a Java function that uses Cplex, from Matlab
I would like to call a Java function that uses Cplex, from Matlab.
At the moment, I am stuck. Below is a list of things I tried, but I am out of ideas. Before I get there, let me list the versions:
...
1
vote
1
answer
226
views
Is it possible to get different results from solving a model using CPLEX in MATLAB and CPLEX in Java?
I am solving a linear binary optimization model using CPLEX. I have coded the model in both MATLAB and JAVA. The optimum value of objective function resulting from both JAVA and MATLAB programming are ...