LinearSolutionMapping Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines the mapping between a Solver Foundation Services (SFS) model and an ILinearModel.
Inheritance Hierarchy
System.Object
Microsoft.SolverFoundation.Services.SolutionMapping
Microsoft.SolverFoundation.Services.PluginSolutionMapping
Microsoft.SolverFoundation.Services.LinearSolutionMapping
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public NotInheritable Class LinearSolutionMapping _
Inherits PluginSolutionMapping
public sealed class LinearSolutionMapping : PluginSolutionMapping
public ref class LinearSolutionMapping sealed : public PluginSolutionMapping
[<Sealed>]
type LinearSolutionMapping =
class
inherit PluginSolutionMapping
end
public final class LinearSolutionMapping extends PluginSolutionMapping
The LinearSolutionMapping type exposes the following members.
Properties
Name | Description | |
---|---|---|
Model | Gets the Solver Foundation Services model that is solved. (Inherited from SolutionMapping.) |
Top
Methods
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. (Inherited from PluginSolutionMapping.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetIndexes(Constraint) | Returns the indexes of a constraint. (Inherited from PluginSolutionMapping.) | |
GetIndexes(Decision) | Returns all indexes of a decision. (Inherited from PluginSolutionMapping.) | |
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. (Inherited from PluginSolutionMapping.) | |
TryGetDecision | Returns a decision. (Inherited from PluginSolutionMapping.) | |
TryGetGoal | Returns a goal. (Inherited from PluginSolutionMapping.) | |
TryGetValue(Goal, Rational%) | Returns the value of the specified goal. (Inherited from SolutionMapping.) | |
TryGetValue(Decision, array<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. (Inherited from PluginSolutionMapping.) | |
TryGetVid(Decision, array<Object[], Int32%) | Returns the row or variable index that is associated with a specified decision. (Inherited from PluginSolutionMapping.) | |
TryGetVid(Constraint, array<Object[], Int32, Int32%) | Returns the row or variable index when passed a constraint, along with the indexes of the constraint, and a component part. (Inherited from PluginSolutionMapping.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.