InteriorPointSolver.SetIntegrality Method

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

Sets a value that indicates whether a variable is an integer.

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

Syntax

'Declaration
Public Overrides Sub SetIntegrality ( _
    vid As Integer, _
    fInteger As Boolean _
)
public override void SetIntegrality(
    int vid,
    bool fInteger
)
public:
virtual void SetIntegrality(
    int vid, 
    bool fInteger
) override
abstract SetIntegrality : 
        vid:int * 
        fInteger:bool -> unit 
override SetIntegrality : 
        vid:int * 
        fInteger:bool -> unit 
public override function SetIntegrality(
    vid : int, 
    fInteger : boolean
)

Parameters

  • fInteger
    Type: System.Boolean
    true to mark the variable as an integer variable; otherwise, false.

Implements

ILinearModel.SetIntegrality(Int32, Boolean)
IRowVariableModel.SetIntegrality(Int32, Boolean)

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Microsoft.SolverFoundation.Solvers Namespace