TOMLAB OPTIMIZATION ENVIRONMENT: tomSolve

   

tomSolve

Purpose

For solving a sub problem.

Syntax

   Result = tomSolve(Solver,Prob);

Description

tomSolve solves a sub problem without any check on the Prob structure

It is intended for use by other solvers when solving a subproblem like a QP, LP, Dual LP or FP (feasible point) problem

Global variables are saved before the solver call, and restored afterwards

It could also be used for recursive solutions of user problems or control loops when speed is a demand.

Input Parameters

 Solver    Name of the solver
 Prob      Input structure, feeded to the solver

Output Parameters

 Result    Output result structure, feeded back to the caller.

  tomlabVersion   lp2tp