Home > mpt > extras > auxiliary > mpt_lrs.m

mpt_lrs

PURPOSE ^

MPT_LRS Matlab implementation of the LRS algorithm

SYNOPSIS ^

function [V,R,H,K] = mpt_lrs(method,VP,Options)

DESCRIPTION ^

MPT_LRS Matlab implementation of the LRS algorithm

 [V,R] = mpt_lrs(method, VP, Options)

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 enumerates extreme points or extreme facets of a polytope

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 method   - string variable
            'extreme' - enumeration of extreme points
            'hull'    - computation of convex hull
 VP       - input argument (either a polytope object or set of vertices)
 Options.noReduce - if set to 1, don't reduce the output polytope (default
                    is 0)

 ---------------------------------------------------------------------------
 OUTPUT
 ---------------------------------------------------------------------------
 V        - output argument (either set of extreme points or a polytope)
 R        - rays (only for extreme point computation)


 see also POLYTOPE/EXTREME, HULL

CROSS-REFERENCE INFORMATION ^

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