CheckFuncs: Difference between revisions

From TomWiki
Jump to navigationJump to search
(Created page with "==Purpose== TOMLAB routine for verifying user supplied routines. The routine could be used for general debugging. ==Calling Syntax== <syntaxhighlight lang="matlab"> exitFlag...")
 
No edit summary
Line 9: Line 9:
</syntaxhighlight>
</syntaxhighlight>


==Description  of Inputs==
==Inputs==


{| class="wikitable"
{| class="wikitable"
Line 21: Line 21:
|}
|}


==Description  of Outputs==
==Outputs==


{| class="wikitable"
{| class="wikitable"

Revision as of 06:21, 22 July 2011

Purpose

TOMLAB routine for verifying user supplied routines. The routine could be used for general debugging.

Calling Syntax

exitFlag = checkFuncs(Prob, Solver, PriLev)

Inputs

Input Description
Prob Problem structure created with assign routine.
Solver Solver that will be used. For example 'knitro' (default).
PriLev 0 - suppress warnings (info), 1 - full printing (default).

Outputs

Output Description
exitFlag 0 if no errors.