TOMLAB OPTIMIZATION ENVIRONMENT: DeleteProblemFile

   

DeleteProblemFile

Purpose

For managing deleted Init Files

Syntax

   DeleteProblemFile(OldFileName, probType, PriLev);

Description

Delete a problem definition (problem setup) file from the list of predefined setup files in TOMLAB.

The problem files themselves are not deleted.

Input Parameters

 OldFileName The file name of the setup file, without extension .m
 probType    Tomlab problem type (give number or string): 
             1.  uc    Unconstrained Optimization
             2.  qp    Quadratic Programming
             3.  con   Constrained Optimization (nonlinear programming)
             4.  ls    Nonlinear Least Squares
             5.  lls   Linear Least Squares
             6.  cls   Constrained Nonlinear Least Squares
             7.  mip   Mixed-Integer Programming
             8.  lp    Linear Programming
             9.  glb   Box-bounded Global Optimization
             10. glb   Constrained Global Optimization
             11. miqp  Mixed-Integer Quadratic Programming (MIQP)
             12. minlp Mixed-Integer Nonlinear Programming (MINLP)
             13. sdp   Semidefinite Programming (SDP) - Linear SDP with LMI
             14. bmi   Linear SDP with BMI constraints
             15. exp   Parameter estimation in exponential models
 PriLev      If nonzero, print out some information

  CreateTomProb   makeInitFile