|
TOMLAB OPTIMIZATION ENVIRONMENT: newInitFile |
|
newInitFile
Purpose
For creating an Init File
Syntax
newInitFile(Prob);
Description
A set of problem structures Prob are collected by a sequence of calls:
newInitFile(Prob);
addProb(Prob);
...
addProb(Prob);
makeInitFile("new Init File name",Prob);
May also be called without argument:
newInitFile;
![]() |
makeInitFile |