oplrun command does not work
이전 댓글 표시
Does anyone know why my "oplrun command" does not run my cplex model?
I wrote two following lines in matlab and expected it to run my cplex model. But it only opens IBM ILGO CPLEX without runing the model.
command = 'oplrun model.mod model.dat';
[status, cmdout] = system(commandx);
Any help is greatly appreciated.
Thanks.
댓글 수: 2
Walter Roberson
2022년 3월 25일
Could you confirm that model.mod and model.dat are in the current directory at the time you system() ?
And could you confirm that oplrun is in your Windows path ?
Zi
2022년 3월 27일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Language Support에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!