The Variable Vector Object

The VariableVector object is an element of the VariableVectors collection and contains all the information stored about each variable vector in the model.

Collections contained by the VariableVector Object

NonzeroVariables

Returns the collection of all the nonzero variables in the vector. (Object Property)

Variables

Returns the Variable object for the variable specified by the Position property. (Object Property)

Properties for the VariableVector Object

Count

The number of elements in the variable vector. (Integer Property - Read Only)

Declaration

The declaration of the variable vector. (String Property - Read Only)

InitValue

Sets the initial value for all the variables in the vector. (Double Property - Read Only)

LowerBound

Sets the lower bound value for all the variables in the vector. (Double Property - Read Only)

Name

The name of the variable vector. (String Property - Read Only)

NonzeroCount

The number of nonzero variable entries in the vector. (Integer Property - Read Only)

ObjectCoeff

Sets the objective coefficient value for all the variables in the vector. (Double Property - Read Only)

PriorityValue

Sets the priority value for all the variables in the vector. (Double Property - Read Only)

StageNr

Sets the stochastic stage number for all the variables in the vector. (Integer Property - Read Only)

Type

Sets the variable type from the VariableType enumaration for all the variables in the vector. (Enum Property - Read Only)

UpperBound

Sets the upper bound value for all the variables in the vector. (Double Property - Read Only)


Back To Top | Maximal Home Page | Table of Contents | Previous Page | Next Page