LinearModel.IsMipModel Property

Returns a value that indicates whether the model is for mixed integer programming.

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

Syntax

'Declaration
Public ReadOnly Property IsMipModel As Boolean
    Get
public bool IsMipModel { get; }
public:
property bool IsMipModel {
    bool get ();
}
member IsMipModel : bool
function get IsMipModel () : boolean

Property Value

Type: System.Boolean
true if the model is for mixed integer programming; otherwise, false.

.NET Framework Security

See Also

Reference

LinearModel Class

LinearModel Members

Microsoft.SolverFoundation.Services Namespace