ConstraintSystem.MinimizationGoals Property

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

Gets the collection of constraint functions that have been added to a solver.

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

Syntax

'Declaration
Public ReadOnly Property MinimizationGoals As IEnumerable(Of CspTerm)
public IEnumerable<CspTerm> MinimizationGoals { get; }
public:
property IEnumerable<CspTerm^>^ MinimizationGoals {
    IEnumerable<CspTerm^>^ get ();
}
member MinimizationGoals : IEnumerable<CspTerm>
function get MinimizationGoals () : IEnumerable<CspTerm>

Property Value

Type: System.Collections.Generic.IEnumerable<CspTerm>
The collection of constraint functions that have been added to a solver.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace