GoalKind Enumeration

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

Defines the direction of the goal.

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

Syntax

'Declaration
Public Enumeration GoalKind
public enum GoalKind
public enum class GoalKind
type GoalKind
public enum GoalKind

Members

Member name Description
Maximize Maximize the goal.
Minimize Minimize the goal.

See Also

Reference

Microsoft.SolverFoundation.Services Namespace