This section includes PSG m-functions that modify standard PSG Solution output (see PSG Solution in MATLAB) and returns only needed information:
Function |
Description |
---|---|
generates structure containing PSG solution reports in convenient MATLAB format; |
|
returns part of PSG solution according to key word; |
|
retuns the logical variable is the solution of optimization problem optimal or not; |
|
retuns objective value from the solution report; |
|
retuns functions value from the solution report; |
|
retuns names of functions used in problem; |
|
retuns time of preprocessing and solution problem from the solution report; |
|
retuns data of all points for solved optimization problem; |
|
retuns header (names of variables) of all points for solved optimization problem; |
|
retuns data of optimal point for solved optimization problem; |
|
retuns header (names of variables) of optimal point for solved optimization problem; |
|
retuns values of constraints; |
|
retuns names of constraints; |
|
retuns values of slacks of constraints; |
|
retuns values of dual constraints; |
|
retuns sell array with values of constraints in the case of vector constraint; |
|
retuns sell array with values of slacks in the case of vector constraint; |
|
retuns sell array with values of dual constraints in the case of vector constraint; |
|
retuns data of matrices for solved optimization problem; |
|
retuns headers (names of variables) of matrices for solved optimization problem; |
|
retuns data of vectors for solved optimization problem. |