RowVariableModel Constructor

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

Initializes a new instance of the RowVariableModel class.

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

Syntax

'Declaration
Protected Sub New ( _
    comparer As IEqualityComparer(Of Object) _
)
protected RowVariableModel(
    IEqualityComparer<Object> comparer
)
protected:
RowVariableModel(
    IEqualityComparer<Object^>^ comparer
)
new : 
        comparer:IEqualityComparer<Object> -> RowVariableModel
protected function RowVariableModel(
    comparer : IEqualityComparer<Object>
)

Parameters

Remarks

The IEqualityComparer<T> object uses internal dictionaries that map from key to row or from key to variable.

.NET Framework Security

See Also

Reference

RowVariableModel Class

Microsoft.SolverFoundation.Services Namespace