Systest: Difference between revisions

From TomWiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
[[Category:Utility Functions]]
==Purpose==
==Purpose==



Latest revision as of 10:56, 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