Runtest

From TomWiki
Jump to navigationJump to search

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