sdcTable (version 0.32.6)

get.cutList: query cutList-objects depending on argument type

Description

query cutList-objects depending on argument type

Usage

get.cutList(object, type)

# S4 method for cutList,character get.cutList(object, type)

Value

information from objects of class cutList depending on argument type

  • object of class simpleTriplet if argument type matches 'constraints'

  • character vector if argument type matches 'direction'

  • numeric vector if argument type matches 'objective' or 'rhs'

Arguments

object

an object of class cutList

type

a character vector of length 1 defining what to calculate|return|modify. Allowed types are:

  • constraints: constraint matrix of object

  • direction: directions of the constraints

  • rhs: right hand side of the constraints

  • nrConstraints: total number of constraints

Author

Bernhard Meindl bernhard.meindl@statistik.gv.at