CheckFuncs

From TomWiki
Revision as of 08:15, 10 January 2012 by Elias (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.