PSG Data Objects Windows in Toolbox

PSG Data Objects contain data needed for solving optimization problems (see PSG Data Objects in MATLAB).

 

       PSG Data Objects

 

PSG Matrix in Toolbox

PSG Matrix prepared in MATLAB Toolbox;

PSG PMatrix in Toolbox

PSG PMatrix (Sparse Matrix) prepared in MATLAB Toolbox;

PSG Vector in Toolbox

PSG Vector prepared in MATLAB Toolbox;

PSG Point in Toolbox

PSG Point prepared in MATLAB Toolbox;

PSG Parameter in Toolbox

PSG Parameter prepared in MATLAB Toolbox.

 

PSG Objects are listed in PSG Data Objects Window:

 

psg_editor_object

 

 

       Operations with PSG Data Objects

 

psg_editor

 

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.

 

       Data Objects Windows

 

Object windows allows to create, edit or view PSG Data Objects. There are five Object windows:

 

1.Matrix Window
2.PMatrix Window
3.Vector Window
4.Point Window
5.Parameter Window

 

 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.