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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Utility Functions]]
==Purpose==
==Purpose==


Line 5: Line 6:
==Calling  Syntax==
==Calling  Syntax==


<syntaxhighlight lang="matlab">
<source lang="matlab">
exitFlag = checkFuncs(Prob, Solver, PriLev)
exitFlag = checkFuncs(Prob, Solver, PriLev)
</syntaxhighlight>
</source>


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


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


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


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

Latest revision as of 08:15, 10 January 2012

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.