On solvemp #1272
-
Hi Johan, I am working with command solvemp to do the multiparametric programming. Yet, I am not sure whether this command still works. In my case, I slightly changed the model then the results were wired. Could you please let me know whether solvemp still works with LP and MILP? Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Yes, it still works in the sense that my small tests still runs, I never use it actively so bugs could be rampant You will have to first establish that it works for very very small problems (i.e. that you have a working installation) and then start complicating matters, because it could easily be that you are formulating a problem that just simply isn't possible to solve (too large, not in the supported problem class) |
Beta Was this translation helpful? Give feedback.
Then your MPT is not working correctly
[sol, diagnostics, aux, Valuefunction, OptimalSolution] = solvemp(F, -obj, [], x);
mpt_plcp: 3 regions
-> Generated 1 partition.
Hence, you will have to put a break in callmpt3 and step through and see what happens when MPT is called on your machine