Gets or sets a value indicating whether the IIS shall be computed. If false, the solution will return null in the ConflictingSet property - default is true
Namespace: Optimization.Solver.Gurobi
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
| C# |
|---|
public bool ComputeIIS { get; set; } |
| Visual Basic |
|---|
Public Property ComputeIIS As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool ComputeIIS {
bool get ();
void set (bool value);
} |
Field Value
true if IIS shall be computed; otherwise,
false.
See Also