In the intervalHull function in conZono, in some cases, MPT's LP solver may return "infeasible" but MATLAB's linprog function is able to compute a solution.
|
sol = mpt_solve(lp); % Solves the LP. |
A case where this seems to happen is with the cz variable in the attached mat file.
intervalhull_data.zip
In the
intervalHullfunction inconZono, in some cases, MPT's LP solver may return "infeasible" but MATLAB'slinprogfunction is able to compute a solution.ConZono/Toolbox/@conZono/intervalHull.m
Line 77 in 5be450a
A case where this seems to happen is with the
czvariable in the attached mat file.intervalhull_data.zip