TOMLAB OPTIMIZATION ENVIRONMENT: runtest

   

runtest

Purpose

For running all problems defined in a problem file.

Syntax

   Result0 = runtest(Solver, SolverAlg, probFile, probNumbs,...
                     PriLevOpt, wait, PriLev, Prob0);

Description

runtest runs all selected problems defined in a problem file for the given solver.

Input Parameters

 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 in file.
 PriLevOpt   Printing level in the Solver. Default 2, short info each iter.
 wait        wait=1 if pause after each problem. Default = 1.
 PriLev      Printing level in PrintResult. Default full information == 5.
 Prob0       Initial problem structure for each problem

Output Parameters

 Result0     Structure matrix with some of the Result output

  pretest   SolverList