SimplexSolverParams.ShiftBounds Property

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

Gets or sets a value that specifies whether to shift variable bounds.

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

Syntax

'Declaration
Public Overridable Property ShiftBounds As Boolean
public virtual bool ShiftBounds { get; set; }
public:
virtual property bool ShiftBounds {
    bool get ();
    void set (bool value);
}
abstract ShiftBounds : bool with get, set
override ShiftBounds : bool with get, set
function get ShiftBounds () : boolean
function set ShiftBounds (value : boolean)

Property Value

Type: System.Boolean
true if variable bounds will be shifted; otherwise, false.

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace