File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ List of attributes useful for optimizers
144
144
``` @docs
145
145
RawSolver
146
146
ResultCount
147
+ ConflictStatus
147
148
ObjectiveFunction
148
149
ObjectiveFunctionType
149
150
ObjectiveValue
@@ -169,6 +170,15 @@ The value of the attribute is of type `TerminationStatusCode`.
169
170
TerminationStatusCode
170
171
```
171
172
173
+ ### Conflict Status
174
+
175
+ The ` ConflictStatus ` attribute indicates why the optimizer stopped executing.
176
+ The value of the attribute is of type ` ConflictStatusCode ` .
177
+
178
+ ``` @docs
179
+ ConflictStatusCode
180
+ ```
181
+
172
182
### Result Status
173
183
174
184
The ` PrimalStatus ` and ` DualStatus ` attributes indicate how to interpret the result returned by the solver.
@@ -264,6 +274,7 @@ ConstraintDual
264
274
ConstraintBasisStatus
265
275
ConstraintFunction
266
276
ConstraintSet
277
+ ConstraintConflictStatus
267
278
```
268
279
269
280
Note that setting the [ ` ConstraintFunction ` ] ( @ref ) of a [ ` SingleVariable ` ]
You can’t perform that action at this time.
0 commit comments