Scenario Structure
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents a probability/value pair.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The Scenario type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | Returns a value that indicates whether a scenario object is equal to another object. (Overrides ValueType.Equals(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 | Returns the hash code for a scenario object. (Overrides ValueType.GetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | IsValidScenarioValue | Returns a value that indicates whether a value is valid for a scenario. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Converts a scenario to its equivalent string representation. (Overrides ValueType.ToString.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Returns a value that indicates whether two scenario objects are equal. |
![]() ![]() | Inequality | Returns a value that indicates whether two scenario objects are unequal. |
| Name | Description | |
|---|---|---|
![]() | Probability | Represents the probability of getting a specific value. |
![]() | Value | Represents the value for the scenario. |
Show:
