XPRBsos Class
  Methods for initialisation and handling of XPRBsos objects. 
 Inheritance Hierarchy
Inheritance Hierarchy
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0
 Syntax
Syntax
The XPRBsos type exposes the following members.
 Constructors
Constructors
| Name | Description | |
|---|---|---|
|  | XPRBsos | Obsolete. 
      Initializes a new instance of the 
      XPRBsos class
      | 
|  | XPRBsos(IntPtr) | Obsolete. 
      Initializes a new instance of the 
      XPRBsos class
      | 
|  | XPRBsos(XPRBprob) | 
      Initializes a new instance of the 
      XPRBsos class
      | 
|  | XPRBsos(IntPtr, XPRBexpr) | Obsolete. 
      Initializes a new instance of the 
      XPRBsos class
      | 
|  | XPRBsos(IntPtr, XPRBprob) | 
      Initializes a new instance of the 
      XPRBsos class
      | 
|  | XPRBsos(IntPtr, XPRBexpr, XPRBprob) | 
      Initializes a new instance of the 
      XPRBsos class
      | 
 Methods
Methods
| Name | Description | |
|---|---|---|
|   | add | 
       Add an XPRBexpr to the XPRBsos. 
      | 
|   | addElement(Double, XPRBvar) | 
       Add an element to the XPRBsos. 
      | 
|   | addElement(XPRBvar, Double) | 
       Add an element to the XPRBsos. 
      | 
|   | assign | 
       Assign an XPRBexpr to the current XPRBsos Special Ordered Set. 
      | 
|   | delElement | 
       Delete an element of the XPRBsos. 
      | 
|  | Equals | (Inherited from Object.) | 
|  | 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.) | 
|   | getCRef | 
       Retrieve the IntPtr CRef for the XPRBsos. 
      | 
|  | GetHashCode | 
       Serves as a hash function for a particular type. 
     (Inherited from Object.) | 
|   | getName | 
       Returns the name of the current XPRbsos. 
      | 
|   | getType | 
       Returns the type of the current XPRBsos. 
      | 
|  | GetType | 
       Gets the 
      Type of the current instance. 
     (Inherited from Object.) | 
|   | isValid | 
       Returns whether the current XPRBsos has a valid reference. 
      | 
|  | MemberwiseClone | 
       Creates a shallow copy of the current 
      Object. 
     (Inherited from Object.) | 
|   | 
       Returns whether the current XPRBsos has a valid reference. 
      | |
|   | reset | 
       Resets the current XPRBsos reference. 
      | 
|   | setDir(Int32) | 
       Set a variable directive. 
      | 
|   | setDir(Int32, Double) | 
       Set an XPRBsos directive. 
      | 
|  | ToString | (Overrides ObjectToString.) | 
 Operators
Operators
| Name | Description | |
|---|---|---|
|    | Addition(XPRBexpr, XPRBsos) | Obsolete. 
       Add an XPRBexpr to an XPRBsos. 
      | 
|    | Addition(XPRBsos, XPRBexpr) | 
       Add an XPRBexpr to an XPRBsos. 
      | 
 Fields
Fields
 Remarks
Remarks
  All members in a SOS must belong to the same problem as the SOS itself. 
 See Also
See Also
 

