Runtest: Difference between revisions

From TomWiki
Jump to navigationJump to search
(Created page with "==Purpose== Run all selected problems defined in a problem file for a given solver. ==Calling Syntax== <pre> runtest(Solver, SolverAlg, probFile, probNumbs, PriLevOpt, wait, ...")
 
No edit summary
 
Line 1: Line 1:
[[Category:Utility Functions]]
==Purpose==
==Purpose==



Latest revision as of 10:55, 22 July 2011

Purpose

Run all selected problems defined in a problem file for a given solver.

Calling Syntax

runtest(Solver, SolverAlg, probFile, probNumbs, PriLevOpt, wait, PriLev)

Inputs

Input Description
Solver Name of solver, default conSolve.
SolverAlg A vector of numbers defining which of the Solver algorithms to try. For each element in SolverAlg, all probNumbs are solved. Leave empty, or set 0 if to use the default algorithm.
probFile Problem definition file. probFile is by default set to con prob if Solver is conSolve, uc prob if Solver is ucSolve and so on.
probNumbs A vector with problem numbers to run. If empty, run all problems in probFile.
PriLevOpt Printing level in 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.

M-files Used

SolverList.m

See Also