TOMLAB OPTIMIZATION ENVIRONMENT: probSetup

   

probSetup

Purpose

For setting up a problem from a problem file.

Syntax

   Prob = probSetup(probFile, P);

Description

probSetup puts the name of the problem file (probFile) and the problem number to be solved into the Prob structure.

probSetup also defines the mideva.m file, which is included when MIDEVA compiles TOMLAB.

mideva.m tells mideva which extra files to be included in the compilation

probSetup is only needed for use with the MIDEVA system. Otherwise a direct call to a driver routine is easier, e.g.

   tomRun('nlpSolve',probFile,P);

Input Parameters

  probType 
  P

Output Parameters

   Prob   The TOMLAB Problem structure
          Update of problem file and problem number, fields used:
             P
             probFile

  mFiles