Systest: Difference between revisions

From TomWiki
Jump to navigationJump to search
(Created page with "==Purpose== Run big test to check for bugs in TOMLAB. ===Calling Syntax=== <pre> systest(solvTypes, PriLevOpt, PriLev, wait) </pre> ==Inputs== {| class="wikitable" !Input||...")
 
No edit summary
Line 3: Line 3:
Run big test to check for bugs in TOMLAB.
Run big test to check for bugs in TOMLAB.


===Calling  Syntax===
==Calling  Syntax==


<pre>
<pre>

Revision as of 10:11, 22 July 2011

Purpose

Run big test to check for bugs in TOMLAB.

Calling Syntax

systest(solvTypes, PriLevOpt, PriLev, wait)

Inputs

Input Description
solvTypes A vector of numbers defining which solvType to test.
PriLevOpt Printing level in the solver. Default 2, short information from each iteration.
wait Set wait to 1 if pause after each problem. Default 1.
PriLev Printing level in PrintResult. Default 5, full information.

See Also