HybridLocalSearchModel.IRowVariableModel.SetIntegrality Method

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

Specifies that a variable is an integer variable.

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

Syntax

'Declaration
Private Sub SetIntegrality ( _
    vid As Integer, _
    fInteger As Boolean _
) Implements IRowVariableModel.SetIntegrality
void IRowVariableModel.SetIntegrality(
    int vid,
    bool fInteger
)
private:
virtual void SetIntegrality(
    int vid, 
    bool fInteger
) sealed = IRowVariableModel::SetIntegrality
private abstract SetIntegrality : 
        vid:int * 
        fInteger:bool -> unit 
private override SetIntegrality : 
        vid:int * 
        fInteger:bool -> unit 
JScript does not support explicit interface implementations.

Parameters

  • fInteger
    Type: System.Boolean
    true to specify that the variable is an integer variable; otherwise, false.

Implements

IRowVariableModel.SetIntegrality(Int32, Boolean)

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace