TOMLAB Examples
Description
TOMLAB examples are available in several formats:
-
The TOMLAB Quick Guide, located in \tomlab\quickguide. The examples
may be executed individually.
-
The TOMLAB User's Guide example, located in \tomlab\usersguide. lpDemo, for example, will
display the example LP problems that are available.
-
The TOMLAB test problem collection, located in \tomlab\testprob. Several
different problems and problem types may be tested. These problems are defined
in the Init File Format. The following code creates the first MINLP problem.
Prob = probInit('minlp_prob', 1);
The problem is solved by using the TOMLAB driver routine, tomRun.
Result = tomRun('minlpBB', Prob, [], 1);
 |
TOMLAB Solver Reference |
|
Optimal Control |
 |