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

« Previous « Start » Next »

4  TOMLAB /LGO Test Examples

There are several LGO test examples included in the TOMLAB /LGO distribution. The examples are located in the testprob folder in TOMLAB. lgo1_prob contains one dimensional test problems while lgo2_prob includes two- and higher-dimensional.

To test the solution of these problem sets by LGO, the following type of code can be used:
Prob = probInit('lgo1_prob', 1);

Result = tomRun('lgo', Prob, 1);

It is also possible to run all the problems located in glb_prob and glc_prob if no integer variables are defined.



« Previous « Start » Next »