SecondOrderCone Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines information for a second order cone.

Inheritance Hierarchy

System.Object
  Microsoft.SolverFoundation.Services.SecondOrderCone

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Class SecondOrderCone _
    Implements ISecondOrderCone
public class SecondOrderCone : ISecondOrderCone
public ref class SecondOrderCone : ISecondOrderCone
type SecondOrderCone =  
    class
        interface ISecondOrderCone
    end
public class SecondOrderCone implements ISecondOrderCone

The SecondOrderCone type exposes the following members.

Constructors

  Name Description
Public method SecondOrderCone Initializes a new instance of the SecondOrderCone class.

Top

Properties

  Name Description
Public property ConeType Gets the type of a second order cone.
Public property Index Gets the index for a second order cone.
Public property Key Gets the key for a second order cone.
Public property PrimaryVid1 Gets or sets the primary conic variable for a second order cone.
Public property PrimaryVid2 Gets or sets the secondary conic variable for a second order cone.
Public property VidCount Gets the number of conic variables for a second order cone.
Public property Vids Gets a collection of conic variables for a second order cone.

Top

Methods

  Name Description
Public method ContainsVid Returns a value that indicates whether a variable belongs to a cone.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Converts a cone to its equivalent string representation. (Overrides Object.ToString().)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SolverFoundation.Services Namespace