linprog and intlinprog solver results- Variation
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I solved a large scale supply chain problem using MATLAB R 2015b. The number of variables are around 2000. I used two solvers 'linprog' and 'intlinprog' for comparing the two solver's results. I used the same data and same mathematical formulation for the two solvers.I got the result (cost) using linprog solver as 8.9643E4 and the cost using intlinprog as 0 (zero).I also modelled the same model in GAMS also. I used CPLEX and LINDO solvers. I got the results for GAMS using CPLEX and LINDO solvers as 1.334834E8 and 1.365910E8 respectively. I want to know why is intlirog solver produced so small cost (0) zero.
1 comentario
Alan Weiss
el 23 de En. de 2019
How do you expect us to answer your question when you have given us no information? At the very least, we need to see your function calls including options, and ALL solver outputs, including the exit flag and output structure.
I strongly suspect that either the solver failed, or that your problem formulation differs between the various attempts.
Alan Weiss
MATLAB mathematical toolbox documentation
Respuestas (0)
Ver también
Categorías
Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!