Value calculates values of  functions (not included in problem statement) at optimal Point found in Optimization Problem.

 

Description

 

As a result of  Problem optimization, values of all Functions included in Objective and Constraints are calculated at optimal Point. There are two ways to calculate values of Functions , which are not included in the Problem statement, at the optimal Point :

1.Include in the Problem statement dummy constraints

 

2.Use PSG object Value.

 

Including dummy constraints with these Functions in the Problem statement do not changes feasible set (and optimal Point).

Therefore, as a result of modification of Optimization Problem in such a manner, Solver calculates values of Functions at the optimal Point.

 

Using PSG object Value enables directly calculate Functions at the optimal Point without modification of Optimization Problem. For this purpose list of these functions must be included in the Value section in the format presented in Value in Text Format.

 

The  PSG object Value is also used for calculation of Functions at any point specified in a Calculate Problem.