







![]() ![]() |
Optimization Framework |
ConflictingSet..::..ConstraintsUB Property |
ConflictingSet Class See Also Send Feedback |
Gets the conflicting constraints where the upper bound is in conflict.
Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
C# |
---|
public IEnumerable<Constraint> ConstraintsUB { get; private set; } |
Visual Basic |
---|
Public Property ConstraintsUB As IEnumerable(Of Constraint) Get Private Set |
Visual C++ |
---|
public: property IEnumerable<Constraint^>^ ConstraintsUB { IEnumerable<Constraint^>^ get (); private: void set (IEnumerable<Constraint^>^ value); } |