SolverProperties Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines properties that can be retrieved by events.

Inheritance Hierarchy

System.Object
  Microsoft.SolverFoundation.Services.SolverProperties

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public NotInheritable Class SolverProperties
public static class SolverProperties
public ref class SolverProperties abstract sealed
[<AbstractClass>]
[<Sealed>]
type SolverProperties =  class end
public final class SolverProperties

The SolverProperties type exposes the following members.

Fields

  Name Description
Public fieldStatic member GoalValue Represents the current best value for the first goal in a model.
Public fieldStatic member IterationCount Represents the iteration count for a solve attempt.
Public fieldStatic member SolverName The name of the solver class.
Public fieldStatic member SolveState Represents the reason the solver raised the event.
Public fieldStatic member VariableLowerBound Represents the lower bound for a variable.
Public fieldStatic member VariableStartValue Represents the initial value for a variable.
Public fieldStatic member VariableUpperBound Represents the upper bound on a variable.

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.

See Also

Reference

Microsoft.SolverFoundation.Services Namespace