getinfeas


Purpose
Returns sets of infeasible primal and dual variables.
Synopsis
procedure getinfeas(mx:set of mpvar,mslack:set of linctr,mdual:set of linctr,mdj:set of mpvar)
Arguments
mx 
Set to return the infeasible variables or {} if not required
mslack 
Set to return infeasible constraints or {} if not required
mdual 
Set to return dual infeasible constraints or {} if not required
mdj 
Set to return the dual infeasible variables or {} if not required
Related topics
getiis


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.