# TOMLAB  
# REGISTER (TOMLAB)
# LOGIN  
# myTOMLAB
TOMLAB LOGO

« Previous « Start » Next »

6  Test Routines in TOMLAB Format

A set of test routines have been defined illustrating the combined use of TOMLAB and CPLEX. The test routines are shown in Table 3. The knapsack test routine cpxKnapsTL is similar to cpxKnaps discussed in the previous subsection. It runs three knapsack test examples. It is possible to change the cut strategy. The problems are setup using the TOMLAB Format.




Table 3: Test routines and utilities in TOMLAB format.


Function Description Section
cpxtomtest1 Tests of problems predefined in the TOMLAB IF format. LP, QP and MIP problems are solved calling the driver routine tomRun. C.4
cpxtomtest2 Tests of a simple MIP problem defined in the TOMLAB (TQ) format. The problem is solved as an LP and MIP problem, with or without slacks defined. tomRun. C.5
cpxKnapsTL The same tests as in cpxKnaps, but the TOMLAB problem definition format and is used. C.7

« Previous « Start » Next »