Interpreting CPLEX output in MATLAB environment
조회 수: 9 (최근 30일)
이전 댓글 표시
I'm using the CPLEX API on MATLAB environment to sove a LP, and I would like to know what is the meaning of the "algorithm" item on the output. Example:
cplexstatus: 1
cplexstatusstring: 'optimal'
iterations: 2909
algorithm: 1
time: 0.4380
message: 'Function converged to a solution x.'
Actually, my original problem is that I'm solving the LP with two differents approaches:
lpmethod = 4 --> Forces to use the barrier method (interior points method)
lpmethod = 0 --> The solver chooses automatically the method to be used.
I wanna know which method CPLEX used when I put the automatic choice, and I think my answer relies on this "algorithm" item.
Link to the "lpmethod" documentation --> https://www.ibm.com/docs/en/icos/20.1.0?topic=parameters-algorithm-continuous-linear-problems
Thanks in advance!
댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Language Support에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!