RecourseDecision Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents a group of decisions that are made in response to the output of a random parameter.
Microsoft.SolverFoundation.Services.Term
Microsoft.SolverFoundation.Services.RecourseDecision
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The RecourseDecision type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RecourseDecision(Domain, String) | Initializes a new instance of the RecourseDecision class. Creates a non-indexed recourse decision. |
![]() | RecourseDecision(Domain, String, Set()) | Initializes a new instance of the RecourseDecision class. Creates an indexed recourse decision. |
| Name | Description | |
|---|---|---|
![]() | Description | Gets or sets a comment for a recourse decision object. |
![]() | IndexSets | Gets the index sets for a recourse decision object. |
![]() | Item | Returns the decision specified by the indexes. |
![]() | Name | Gets the name of a recourse decision. |
| 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.) |
![]() | SetIndexSet | Resets the specified index set. |
![]() | ToString | Converts a recourse decision object to its equivalent string representation. (Overrides Object.ToString.) |
![]() | ToString(String, IFormatProvider) | Converts a term to its equivalent string representation. (Inherited from Term.) |
Recourse decisions are sometimes called "second-stage decisions" because such decisions can be made only after the randomness is resolved. Each RecourseDecision object has an underlying decision for each second-stage problem. For example, you can model the weather by using a ScenariosParameter object. If the weather is dry, farmers might not be able to produce enough of a certain crop, and a company might need to purchase that crop from someone else. In this case, the purchase amount is a recourse decision.
