Model.IsEmpty Property

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

Gets a value that indicates whether a model has no decisions, parameters, constraints, or goals.

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

Syntax

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

Property Value

Type: System.Boolean
true if a model does not have any decisions, parameters, constraints, or goals; otherwise, false.

.NET Framework Security

See Also

Reference

Model Class

Microsoft.SolverFoundation.Services Namespace