Click or drag to resize
Accord.NET (logo)

ConstraintExtensions Class

Extension methods on the IConstraint interface.
Inheritance Hierarchy
SystemObject
  Accord.Math.OptimizationConstraintExtensions

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static class ConstraintExtensions
Request Example View Source

The ConstraintExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetViolation
Gets how much the constraint is being violated.
Public methodStatic memberIsViolated
Gets whether this constraint is being violated (within the current tolerance threshold).
Top
See Also