File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,6 @@ List of attributes useful for optimizers
144
144
``` @docs
145
145
RawSolver
146
146
ResultCount
147
- ConflictStatus
148
147
ObjectiveFunction
149
148
ObjectiveFunctionType
150
149
ObjectiveValue
@@ -172,11 +171,14 @@ TerminationStatusCode
172
171
173
172
### Conflict Status
174
173
175
- The ` ConflictStatus ` attribute indicates why the optimizer stopped executing.
174
+ The ` ConflictStatus ` attribute indicates why the conflict finder stopped executing.
176
175
The value of the attribute is of type ` ConflictStatusCode ` .
177
176
178
177
``` @docs
178
+ compute_conflict!
179
+ ConflictStatus
179
180
ConflictStatusCode
181
+ ConstraintConflictStatus
180
182
```
181
183
182
184
### Result Status
@@ -274,7 +276,6 @@ ConstraintDual
274
276
ConstraintBasisStatus
275
277
ConstraintFunction
276
278
ConstraintSet
277
- ConstraintConflictStatus
278
279
```
279
280
280
281
Note that setting the [ ` ConstraintFunction ` ] ( @ref ) of a [ ` SingleVariable ` ]
You can’t perform that action at this time.
0 commit comments