HybridLocalSearchProperties.Violation Field
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents a constraints violation.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Const Violation As String
public const string Violation
public:
literal String^ Violation
static val mutable Violation: string
public const var Violation : String
Remarks
Zero equals a feasible solution (no violation). As the value of the Violation property decreases, the solution gets closer to feasibility.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.