SimplexDirective.Basis Property

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

Gets or sets the basis for a simplex directive.

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

Syntax

'Declaration
Public Property Basis As SimplexBasis
public SimplexBasis Basis { get; set; }
public:
property SimplexBasis Basis {
    SimplexBasis get ();
    void set (SimplexBasis value);
}
member Basis : SimplexBasis with get, set
function get Basis () : SimplexBasis
function set Basis (value : SimplexBasis)

Property Value

Type: Microsoft.SolverFoundation.Services.SimplexBasis
The basis for the simplex directive.

.NET Framework Security

See Also

Reference

SimplexDirective Class

Microsoft.SolverFoundation.Services Namespace