Home > mpt > extras > auxiliary > mpt_addTset.m

mpt_addTset

PURPOSE ^

MPT_ADDTSET Adds terminal set constraint to Matrices

SYNOPSIS ^

function [Matrices, feasible] = mpt_addTset(sysStruct,Matrices,Tset,nx,nu,dyn)

DESCRIPTION ^

MPT_ADDTSET Adds terminal set constraint to Matrices

 [Matrices, feasible] = mpt_addTset(Matrices,Tset,nx,nu)

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 Adds terminal set constraint to matrices of a mp-problem

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 sysStruct - system structure
 Matrices  - Matrices structure as generated by mpt_constructMatrices
 Tset      - Terminal set (polytope object)
 nx        - number of states
 nu        - number of inputs
 dyn       - index of active dynamics

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------
 Matrices  - updated Matrices
 feasible  - boolean flag (1/0) if the problem is feasible

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 30-Mar-2006 10:26:47 by m2html © 2003