HybridLocalSearchModel.Goal Class
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Information attached to every goal
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The HybridLocalSearchModel.Goal type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | HybridLocalSearchModel.Goal | Initializes a new instance of the HybridLocalSearchModel.Goal class. |
| Name | Description | |
|---|---|---|
![]() | Enabled | Specifies whether the goal is enabled |
![]() | Index | Specifies the variable index (vid) of this goal's row |
![]() | Key | Specifies the goal variable key |
![]() | Minimize | Specifies whether the goal is to minimize the objective row |
![]() | Priority | Specifies the goal priority. The lower the value, the higher the priority |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
