PluginSolutionMapping Methods
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The PluginSolutionMapping type exposes the following members.
| 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.) |
|
GetComponents | Returns the parts of a constraint, together with its indexes. (Overrides SolutionMapping.GetComponents(Constraint, Object[]).) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetIndexes(Constraint) | Returns the indexes of a constraint. (Overrides SolutionMapping.GetIndexes(Constraint).) |
|
GetIndexes(Decision) | Returns all indexes of a decision. (Overrides SolutionMapping.GetIndexes(Decision).) |
|
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.) |
|
TryGetConstraint | Returns a constraint, the indexes of the constraint, and its component part. (Overrides SolutionMapping.TryGetConstraint(Int32, Constraint, Object[], Int32).) |
|
TryGetDecision | Returns a decision. (Overrides SolutionMapping.TryGetDecision(Int32, Decision, Object[]).) |
|
TryGetGoal | Returns a goal. (Overrides SolutionMapping.TryGetGoal(Int32, Goal).) |
|
TryGetValue(Goal, Rational) | Returns the value of the specified goal. (Inherited from SolutionMapping.) |
|
TryGetValue(Decision, Object[], Rational) | Returns the value of the specified decision. (Inherited from SolutionMapping.) |
|
TryGetVid(Goal, Int32) | Returns the row or variable index that is associated with a specified goal. (Overrides SolutionMapping.TryGetVid(Goal, Int32).) |
|
TryGetVid(Decision, Object[], Int32) | Returns the row or variable index that is associated with a specified decision. (Overrides SolutionMapping.TryGetVid(Decision, Object[], Int32).) |
|
TryGetVid(Constraint, Object[], Int32, Int32) | Returns the row or variable index when passed a constraint, along with the indexes of the constraint, and a component part. (Overrides SolutionMapping.TryGetVid(Constraint, Object[], Int32, Int32).) |