PSG Data Objects contain data needed for solving optimization problems (see PSG Data Objects in MATLAB).
PSG Matrix prepared in MATLAB Toolbox; |
|
PSG PMatrix (Sparse Matrix) prepared in MATLAB Toolbox; |
|
PSG Vector prepared in MATLAB Toolbox; |
|
PSG Point prepared in MATLAB Toolbox; |
|
PSG Parameter prepared in MATLAB Toolbox. |
PSG Objects are listed in PSG Data Objects Window:
Operations with PSG Data Objects
1. | Add new Object. Button (1) "Add". Creates PSG Object with empty inputs and opens Object Window. |
2. | View Object. Button (2) "View". Opens Object Window with NOT editable inputs. |
3. | Edit Object. Button (3) "Edit". Opens Object Window with editable inputs. |
4. | Copy Object to the new one. Button (4) "Copy". Creates new PSG Object with the same inputs as in the selected one in Objects List . Opens Object Window. |
5. | Delete Object. Button (5) "Delete". Deletes PSG Object selected in Objects List. |
Object windows allows to create, edit or view PSG Data Objects. There are five Object windows:
Pointer in Problem Statement
Names of PSG Objects are elements of Problem Statement Window.
Pointer to PSG Data Object in Problem Statement is combination of the type of PSG Object and its name separated by _. For example: matrix_scenarios is pointer to PSG matrix (type = matrix) with name scenarios.