Home > mpt > extras > auxiliary > mpt_verifyProbStruct.m

mpt_verifyProbStruct

PURPOSE ^

MPT_VERIFYPROBSTRUCT Verifies the probStruct structure

SYNOPSIS ^

function probStruct=mpt_verifyProbStruct(probStruct,Options)

DESCRIPTION ^

MPT_VERIFYPROBSTRUCT Verifies the probStruct structure

 probStruct=mpt_verifyProbStruct(probStruct,Options)

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 Verifies if the structure defining the optimization problem has all fields
 filled out.

 Internal function.

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 probStruct       - Problem structure in the probStruct format
 Options.verbose  - level of verbosity

 Note: If Options is missing or some of the fields are not defined, the default
       values from mptOptions will be used

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------
 probStruct       - Verified problem structure in the probStruct format

 see also MPT_VERIFYSYSSTRUCT, MPT_CONTROL

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 30-Mar-2006 10:26:47 by m2html © 2003