HybridLocalSearchModel.Violation Property

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

Identifies the violation of the current state.

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

Syntax

'Declaration
Public ReadOnly Property Violation As Double
public double Violation { get; }
public:
property double Violation {
    double get ();
}
member Violation : float
function get Violation () : double

Property Value

Type: System.Double

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace