Initializing help system before first use

XPRBvar Methods

The XPRBvar type exposes the following members.

Methods
  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberCode example EqualTo(XPRBterm, XPRBvar)
Create an XPRBrelation from an XPRBvar and an XPRBterm. Equal to.
Public methodStatic memberCode example EqualTo(XPRBvar, XPRBterm)
Create an XPRBrelation from an XPRBvar and an XPRBterm. Equal to.
Public methodStatic memberCode example EqualTo(XPRBvar, XPRBvar)
Create an XPRBrelation from two XPRBvars. Equal to.
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodCode example fix
Fix the variable bounds.
Public methodCode example getColNum
Retrieve the variable column number.
Public methodCode example getCRef
Retrieves the variable reference.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodCode example getLB
Retrieve the lower variable bound.
Public methodCode example getLim
Retrieve the variable's integer limit for a partial integer or semi-continuous variable.
Public methodCode example getLim(Double)
Retrieve the variable's integer limit for a partial integer or semi-continuous variable.
Public methodCode example getName
Retrieve the variable name.
Public methodCode example getRCost
Retrieve the variable's reduced cost value.
Public methodCode example getRNG
Compute (if required) ranges and return a column range.
Public methodCode example getSol
Retrieve the variable solution.
Public methodCode example getType
Retrieve the variable type.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodCode example getUB
Retrieve the upper variable bound.
Public methodCode example getvarRef
Retrieves the variable reference.
Public methodStatic memberCode example GtEq(XPRBterm, XPRBvar)
Create an XPRBrelation from an XPRBvar and an XPRBterm. Greater than or equal to.
Public methodStatic memberCode example GtEq(XPRBvar, XPRBterm)
Create an XPRBrelation from an XPRBvar and an XPRBterm. Greater than or equal to.
Public methodStatic memberCode example GtEq(XPRBvar, XPRBvar)
Create an XPRBrelation from two XPRBvars. Greater than or equal to.
Public methodCode example isValid
Returns whether the variable reference is valid.
Public methodStatic memberCode example LeEq(XPRBterm, XPRBvar)
Create an XPRBrelation from an XPRBvar and an XPRBterm. Less than or equal to.
Public methodStatic memberCode example LeEq(XPRBvar, XPRBterm)
Create an XPRBrelation from an XPRBvar and an XPRBterm. Less than or equal to.
Public methodStatic memberCode example LeEq(XPRBvar, XPRBvar)
Create an XPRBrelation from two XPRBvars. Less than or equal to.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodCode example print
Prints the XPRBvar variable information.
Public methodCode example setDir(Int32)
Set a variable directive (value zero).
Public methodCode example setDir(Int32, Double)
Set a variable directive.
Public methodCode example setLB
Sets the variable lower bound.
Public methodCode example setLim
Sets the variable integer limit.
Public methodCode example setType
Sets the variable type.
Public methodCode example setUB
Sets the variable upper bound.
Public methodCode example sqr
Find the square of the variable.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also