S4 class describing a cutList-object
S4级描述一个cutList的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
An object of class cutList holds constraints that can be extracted and used as for objects of class linProb-class. An object of class cutList consists of a constraint matrix (slot con), a vector of directions (slot direction) and a vector specifying the right hand sides of the constraints (slot rhs).
的一个目的的类cutList持有约束可以提取和使用的对象类的linProb-class。一种的类cutList的对象包括一个约束矩阵(插槽con),一个向量的方向(槽direction)和一个矢量指定的约束的右手侧(槽rhs)。
Details
详细信息----------Details----------
slot con: an object of class simpleTriplet-class specifying the
插槽con:类的一个对象simpleTriplet-class指定
direction:</dt> a character vector holding the directions of the constraints, allowed values are:
direction:</ dt的字符向量的方向的限制,允许的值有:
==: equal
==:等于
<: less
<:少
>: greater
>:更大
<=: less or equal
<=:小于或等于
>=: greater or equal
>=:大于或等于
rhs:</dt> numeric vector holding right hand side
rhs:</ dt的数字值保持右手侧
注意----------Note----------
objects of class cutList are dynamically generated (and removed) during the cut and branch algorithm when solving the secondary cell suppression problem
类的对象cutList是动态生成的(和删除)在切割和分支算法求解时,的二次电池抑制问题
(作者)----------Author(s)----------
Bernhard Meindl <a href="mailto:bernhard.meindl@statistik.gv.at">bernhard.meindl@statistik.gv.at</a>