No feasible solution found when using intlinprog
3 views (last 30 days)
Show older comments
Austin Brehm
on 28 Jun 2018
Answered: Steve Grikschat
on 29 Jun 2018
I am using "intlinprog" to solve a system of linear equations. The "f" matrix is a 1x180 matrix. Can intlinprog process large matrices like this? I have 12 unknowns with 7 equality constraint equations.
4 Comments
Ameer Hamza
on 28 Jun 2018
The Display property of intlinprog() is already set to 'iter', which mean it already displays the result of each iteration by default. I am not sure whether you will be able to access any more information than that but you can give this link a try: https://www.mathworks.com/help/matlab/math/output-functions.html#bsgpq6q-31
Accepted Answer
Steve Grikschat
on 29 Jun 2018
If you are referring to intermediate feasible solutions you can use the built-in OutputFcn savemilpsolutions:
Just a warning: if there is no objective function for the problem (or it is all zero), then as soon as intlinprog finds any integer feasible solution, it will stop.
0 Comments
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!